CCPDFExcelAddin/CCPDFExcelAddin.cpp File Reference

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"
Include dependency graph for CCPDFExcelAddin.cpp:

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.

Detailed Description

CCPDFExcelAddin.cpp : Implementation of DLL Exports.

Definition in file CCPDFExcelAddin.cpp.


Function Documentation

STDAPI DllCanUnloadNow ( void   ) 

Used to determine whether the DLL can be unloaded by OLE.

Returns:
S_OK if can be unloaded, S_FALSE otherwise

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.

Parameters:
rclsid The requested CLSID
riid The requested IID
ppv Pointer to the factory interface
Returns:
S_OK for success, error code if failed

Definition at line 118 of file CCPDFExcelAddin.cpp.

References _Module.

BOOL WINAPI DllMain ( HINSTANCE  hInstance,
DWORD  dwReason,
LPVOID  lpReserved 
)
Parameters:
hInstance Handle to the DLL instance
dwReason Reason of call
lpReserved Not used
Returns:
TRUE

Definition at line 75 of file CCPDFExcelAddin.cpp.

References _Module.

STDAPI DllRegisterServer ( void   ) 

Adds entries to the system registry.

Returns:
S_OK for success, error code if failed

Definition at line 131 of file CCPDFExcelAddin.cpp.

References _Module.

STDAPI DllUnregisterServer ( void   ) 

Removes entries from the system registry.

Returns:
S_OK for success, error code if failed

Definition at line 146 of file CCPDFExcelAddin.cpp.

References _Module.


Generated on Mon Jun 18 12:52:07 2012 for Excel to PDF Converter by doxygen 1.6.1