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.

36 lines
959 B

  1. ////////////////////////////////////////////////////////////////////////////////////////////////////////////
  2. // Microsoft WMI OLE DB Provider
  3. //
  4. // (C) Copyright 1999 Microsoft Corporation. All Rights Reserved.
  5. //
  6. // datamap.h
  7. ////////////////////////////////////////////////////////////////////////////
  8. #ifndef _DATAMAP_HEADER
  9. #define _DATAMAP_HEADER
  10. /////////////////////////////////////////////////////////////////////
  11. //
  12. // DATAMAP.H
  13. //
  14. // Module:
  15. // Purpose:
  16. //
  17. // Copyright (c)1999 Microsoft Corporation, All Rights Reserved
  18. //
  19. /////////////////////////////////////////////////////////////////////
  20. // Typedefs ------------------------------------------------------------------
  21. typedef VOID** LPLPVOID;
  22. typedef long int SDWORD;
  23. typedef short int SWORD;
  24. typedef unsigned long int UDWORD;
  25. typedef unsigned short int UWORD;
  26. typedef signed long SLONG;
  27. typedef unsigned long ULONG;
  28. typedef unsigned short USHORT;
  29. #endif