CCPDFExcelAddin.cpp : Implementation of DLL Exports. More...
#include "stdafx.h"#include "resource.h"#include <initguid.h>#include "XL2PDFExcelAddin.h"#include "dlldatax.h"#include "XL2PDFExcelAddin_i.c"#include "CCPDFExcelAddinObj.h"
Go to the source code of this file.
Functions | |
| BOOL WINAPI | DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID lpReserved) |
| STDAPI | DllCanUnloadNow (void) |
| Used to determine whether the DLL can be unloaded by OLE. | |
| STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
| Returns a class factory to create an object of the requested type. | |
| STDAPI | DllRegisterServer (void) |
| Adds entries to the system registry. | |
| STDAPI | DllUnregisterServer (void) |
| Removes entries from the system registry. | |
Variables | |
| CComModule | _Module |
| Module object. | |
CCPDFExcelAddin.cpp : Implementation of DLL Exports.
Definition in file CCPDFExcelAddin.cpp.
| STDAPI DllCanUnloadNow | ( | void | ) |
Used to determine whether the DLL can be unloaded by OLE.
Definition at line 102 of file CCPDFExcelAddin.cpp.
References _Module.
| STDAPI DllGetClassObject | ( | REFCLSID | rclsid, | |
| REFIID | riid, | |||
| LPVOID * | ppv | |||
| ) |
Returns a class factory to create an object of the requested type.
| rclsid | The requested CLSID | |
| riid | The requested IID | |
| ppv | Pointer to the factory interface |
Definition at line 118 of file CCPDFExcelAddin.cpp.
References _Module.
| BOOL WINAPI DllMain | ( | HINSTANCE | hInstance, | |
| DWORD | dwReason, | |||
| LPVOID | lpReserved | |||
| ) |
| hInstance | Handle to the DLL instance | |
| dwReason | Reason of call | |
| lpReserved | Not used |
Definition at line 75 of file CCPDFExcelAddin.cpp.
References _Module.
| STDAPI DllRegisterServer | ( | void | ) |
Adds entries to the system registry.
Definition at line 131 of file CCPDFExcelAddin.cpp.
References _Module.
| STDAPI DllUnregisterServer | ( | void | ) |
Removes entries from the system registry.
Definition at line 146 of file CCPDFExcelAddin.cpp.
References _Module.
1.6.1