Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

22 lines
353 B

#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);