Leaked source code of windows server 2003
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.

25 lines
480 B

  1. #include "shellpch.h"
  2. #pragma hdrstop
  3. #include <hwtab.h>
  4. static
  5. HWND
  6. WINAPI
  7. DeviceCreateHardwarePageEx(HWND hwndParent,
  8. const GUID *pguid,
  9. int iNumClass,
  10. DWORD dwViewMode)
  11. {
  12. return NULL;
  13. }
  14. //
  15. // !! WARNING !! The entries below must be in order by ORDINAL
  16. //
  17. DEFINE_ORDINAL_ENTRIES(devmgr)
  18. {
  19. DLOENTRY(20, DeviceCreateHardwarePageEx)
  20. };
  21. DEFINE_ORDINAL_MAP(devmgr)