COM Library
|
The entry point methods for a COM inproc server. More...
Functions | |
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. |
The entry point methods for a COM inproc server.
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.
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.