December 3, 2001

IsComDll – Check whether a DLL is a self-registering COM server

Private Declare Function LoadLibrary Lib “kernel32.dll” Alias “LoadLibraryA” _ (ByVal Path As String) As LongPrivate Declare Function GetProcAddress Lib “kernel32.dll” (ByVal hModule As _ Long, ByVal ProcName As String) As LongPrivate Declare Function FreeLibrary Lib “kernel32.dll” (ByVal hModule As Long)’ Check whether a DLL is an COM self-registering server Function