windows-nt/Source/XPSP1/NT/shell/osshell/cpls/alertpg/alertpg.h
2020-09-26 16:20:57 +08:00

23 lines
353 B
C

#include <windows.h>
#include <windowsx.h>
#include <commctrl.h>
#include <shellapi.h>
#include <shell2.h>
#include <shlobj.h>
#include <prsht.h>
#include "id.h"
BOOL LoadComputerObjectAlertPage(HWND hwnd);
//
// The following is used to display the alert page for the computer object.
//
typedef void (*PASLOADCOMPUTEROBJECTALERTPAGE)(HWND);