ICP
1
|
Go to the source code of this file.
Functions | |
STDAPI | DllCanUnloadNow (void) |
STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
STDAPI | DllRegisterServer (void) |
STDAPI | DllUnregisterServer (void) |
STDAPI | DllInstall (BOOL bInstall, LPCWSTR pszCmdLine) |
STDAPI DllCanUnloadNow | ( | void | ) |
Definition at line 11 of file instapi.cpp.
References _AtlModule.
STDAPI DllGetClassObject | ( | REFCLSID | rclsid, |
REFIID | riid, | ||
LPVOID * | ppv | ||
) |
Definition at line 17 of file instapi.cpp.
References _AtlModule.
STDAPI DllInstall | ( | BOOL | bInstall, |
LPCWSTR | pszCmdLine | ||
) |
Definition at line 38 of file instapi.cpp.
References DllRegisterServer(), and DllUnregisterServer().
STDAPI DllRegisterServer | ( | void | ) |
Definition at line 23 of file instapi.cpp.
References _AtlModule.
STDAPI DllUnregisterServer | ( | void | ) |
Definition at line 31 of file instapi.cpp.
References _AtlModule.