Go to the source code of this file.
Defines |
| #define | NUM_APPLETS (1) |
Functions |
| static LONG APIENTRY | Applet (HWND hwnd, UINT uMsg, LPARAM wParam, LPARAM lParam) |
| static VOID | InitPropSheetPage (PROPSHEETPAGE *psp, WORD idDlg, DLGPROC DlgProc) |
| BOOL | OpenSetupInf (VOID) |
| VOID | ParseSetupInf (VOID) |
| LONG APIENTRY | CPlApplet (HWND hwndCpl, UINT uMsg, LPARAM lParam1, LPARAM lParam2) |
| BOOL WINAPI | DllMain (HINSTANCE hinstDLL, DWORD dwReason, LPVOID lpReserved) |
Variables |
| HINSTANCE | hApplet = 0 |
| HWND | hCPLWindow |
| HINF | hSetupInf = INVALID_HANDLE_VALUE |
| DWORD | IsUnattendedSetupEnabled = 0 |
| DWORD | UnattendLCID = 0 |
| APPLET | Applets [NUM_APPLETS] |