COM Library
|
Function prototypes for the COM entry points. More...
Functions | |
STDAPI | DllGetClassObject (REFCLSID oCLSID, REFIID oIID, LPVOID *ppFactory) |
Entry point for obtaining the class factory. | |
STDAPI | DllCanUnloadNow (void) |
Entry point for querying if the server can be unloaded.. | |
STDAPI | DllRegisterServer (void) |
Entry point for registering the inproc server. | |
STDAPI | DllUnregisterServer (void) |
Entry point for unregistering the inproc server. |
Function prototypes for the COM entry points.
STDAPI DllGetClassObject | ( | REFCLSID | roCLSID, |
REFIID | roIID, | ||
LPVOID * | ppFactory | ||
) |
Entry point for obtaining the class factory.
STDAPI DllCanUnloadNow | ( | void | ) |
Entry point for querying if the server can be unloaded..
STDAPI DllRegisterServer | ( | void | ) |
Entry point for registering the inproc server.
STDAPI DllUnregisterServer | ( | void | ) |
Entry point for unregistering the inproc server.