Source module for DLL entry function(s). based on dllentry.cpp Printer Driver UI Plugin Sample by Microsoft Corporation. More...
#include "precomp.h"#include "oemui.h"#include "debug.h"#include "LicenseInfoLoader.h"
Go to the source code of this file.
Functions | |
| BOOL WINAPI | DllMain (HINSTANCE hInst, WORD wReason, LPVOID lpReserved) |
Source module for DLL entry function(s). based on dllentry.cpp Printer Driver UI Plugin Sample by Microsoft Corporation.
Definition in file dllentry.cpp.
| BOOL WINAPI DllMain | ( | HINSTANCE | hInst, | |
| WORD | wReason, | |||
| LPVOID | lpReserved | |||
| ) |
| hInst | Handle to the DLL instance | |
| wReason | Reason of call | |
| lpReserved | Not used |
Definition at line 46 of file dllentry.cpp.
References ghInstance, and LicenseInfoLoader::InitLicenseRetrievedData().
1.6.1