home *** CD-ROM | disk | FTP | other *** search
/ Team Palmtops 7 / Palmtops_numero07.iso / WinCE / SDKWindowsCE / AutoPC / apcsdk10.exe / data1.cab / Emulation_Include_Files / pnguid.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-05-13  |  917 b   |  32 lines

  1. /*
  2.     PNGUID.H
  3.  
  4.     Defines all GUIDs for the Position and Navigation API.
  5.  
  6.     Copyright (c) 1996, 1997 Microsoft Corporation, All rights reserved.
  7.  
  8. */
  9.  
  10. #ifndef PNGUID_H
  11. #define PNGUID_H
  12.  
  13. #ifdef INITGUIDS
  14. #include <initguid.h>
  15. #endif
  16.  
  17. #ifndef LPLPVOID
  18. typedef LPVOID* LPLPVOID;
  19. #endif
  20.  
  21. //GUID definition, uniquely created with GUIDGEN.
  22. // {0EA8243A-E7AD-11ce-8CCD-00AA006BC0C9}
  23. //extern "c" const GUID CDECL __based(__segname("_CODE")) CLSID_PosNav \= {0xea8243a, 0xe7ad, 0x11ce, {0x8c, 0xcd, 0x0, 0xaa, 0x0, 0x6b, 0xc0, 0xc9} }
  24. DEFINE_GUID(CLSID_PosNav, 0xea8243a, 0xe7ad, 0x11ce, 0x8c, 0xcd, 0x0, 0xaa, 0x0, 0x6b, 0xc0, 0xc9);
  25.  
  26. //Interface for PNAPI V1.00 and V1.01 for Win32 - Summer 1996
  27. //Also for V1.10 for WinCE - Autumn 1997.
  28. // {A95CC110-1FA4-11cf-8CE0-00AA006BC0C9}
  29. DEFINE_GUID(IID_IPosNav, 0xa95cc110, 0x1fa4, 0x11cf, 0x8c, 0xe0, 0x0, 0xaa, 0x0, 0x6b, 0xc0, 0xc9);
  30.  
  31. #endif
  32.