#include "stdafx.h"#include "resource.h"#include <initguid.h>#include "FDMCustIEBtn.h"#include "FDMCustIEBtn_i.c"#include "FDMCustButton.h"Go to the source code of this file.
Functions | |
| BOOL WINAPI | DllMain (HINSTANCE hInstance, DWORD dwReason, LPVOID) |
| STDAPI | DllCanUnloadNow (void) |
| STDAPI | DllGetClassObject (REFCLSID rclsid, REFIID riid, LPVOID *ppv) |
| STDAPI | DllRegisterServer (void) |
| STDAPI | DllUnregisterServer (void) |
Variables | |
| CComModule | _Module |
| STDAPI DllCanUnloadNow | ( | void | ) |
| STDAPI DllGetClassObject | ( | REFCLSID | rclsid, | |
| REFIID | riid, | |||
| LPVOID * | ppv | |||
| ) |
| BOOL WINAPI DllMain | ( | HINSTANCE | hInstance, | |
| DWORD | dwReason, | |||
| LPVOID | ||||
| ) |
Definition at line 21 of file FDMCustIEBtn.cpp.
References _Module, LIBID_FDMCUSTIEBTNLib, and TRUE.
| STDAPI DllRegisterServer | ( | void | ) |
| STDAPI DllUnregisterServer | ( | void | ) |
| CComModule _Module |
Definition at line 14 of file FDMCustIEBtn.cpp.
1.5.6