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.

44 lines
891 B

  1. /******************************************************************************
  2. Source File: deskadp.h
  3. General include file
  4. Copyright (c) 1997-1998 by Microsoft Corporation
  5. Change History:
  6. 12-01-97 AndreVa - Created It
  7. ******************************************************************************/
  8. #include <nt.h>
  9. #include <ntrtl.h>
  10. #include <nturtl.h>
  11. #include <windows.h>
  12. #include <windowsx.h>
  13. #include <prsht.h>
  14. #include <shlobj.h>
  15. #include <shlwapi.h>
  16. #include <shsemip.h>
  17. #include <stdlib.h>
  18. #include <shlobjp.h>
  19. #include <shellp.h>
  20. //#include <commctrl.h>
  21. #include <string.h>
  22. #include <initguid.h>
  23. #include <help.h>
  24. #include "..\..\common\deskcplext.h"
  25. #include "..\..\common\propsext.h"
  26. #include "resource.h"
  27. typedef struct _NEW_DESKTOP_PARAM {
  28. LPDEVMODEW lpdevmode;
  29. LPWSTR pwszDevice;
  30. } NEW_DESKTOP_PARAM, *PNEW_DESKTOP_PARAM;
  31. VOID DrawBmp(HDC hDC);