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.

24 lines
905 B

  1. /**
  2. ** File : glpmguids.cxx
  3. ** Description: GUIDS (IIDS and CLSIDS) used in the program.
  4. **/
  5. #include <objbase.h>
  6. #include <initguid.h>
  7. //IID_IPMesh {0C154611-3C2C-11d0-A459-00AA00BDD621}
  8. __declspec(dllexport) DEFINE_GUID(IID_IPMesh,
  9. 0xc154611, 0x3c2c, 0x11d0, 0xa4, 0x59, 0x0, 0xaa, 0x0, 0xbd, 0xd6, 0x21);
  10. //IID_IPMeshGL {0C154612-3C2C-11d0-A459-00AA00BDD621}
  11. __declspec(dllexport) DEFINE_GUID(IID_IPMeshGL,
  12. 0xc154612, 0x3c2c, 0x11d0, 0xa4, 0x59, 0x0, 0xaa, 0x0, 0xbd, 0xd6, 0x21);
  13. //IID_IPMGeomorph {0C154613-3C2C-11d0-A459-00AA00BDD621}
  14. __declspec(dllexport) DEFINE_GUID(IID_IPMGeomorph,
  15. 0xc154613, 0x3c2c, 0x11d0, 0xa4, 0x59, 0x0, 0xaa, 0x0, 0xbd, 0xd6, 0x21);
  16. //IID_IPMeshLoadCB {0C154614-3C2C-11d0-A459-00AA00BDD621}
  17. __declspec(dllexport) DEFINE_GUID(IID_IPMeshLoadCB,
  18. 0xc154614, 0x3c2c, 0x11d0, 0xa4, 0x59, 0x0, 0xaa, 0x0, 0xbd, 0xd6, 0x21);