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

  1. #include <windows.h>
  2. #include <windowsx.h>
  3. #include <commctrl.h>
  4. #include <shellapi.h>
  5. #include <shell2.h>
  6. #include <shlobj.h>
  7. #include <prsht.h>
  8. #include "id.h"
  9. BOOL LoadComputerObjectAlertPage(HWND hwnd);
  10. //
  11. // The following is used to display the alert page for the computer object.
  12. //
  13. typedef void (*PASLOADCOMPUTEROBJECTALERTPAGE)(HWND);