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.

31 lines
1.3 KiB

  1. /*===================================================================
  2. Microsoft Denali
  3. Microsoft Confidential.
  4. Copyright 1996 Microsoft Corporation. All Rights Reserved.
  5. Component: Denali
  6. File: denguid.cpp
  7. Owner: SteveBr
  8. Contains all guid's created by Denali not in the .odl.
  9. ===================================================================*/
  10. DEFINE_GUID(IID_IObjectCover,0xD99A6DA2L,0x485C,0x17CF,0x83,0xBE,0x01,0xD0,0xC9,0x0C,0x2B,0xD8);
  11. // {7F50F880-1230-11d0-B394-00A0C90C2048}
  12. // this is a dummy GUID that is used to identify all Denali intrinsics,
  13. // its primary intent is to prevent a user from assigning an intrinsic
  14. // object into the session/ application object
  15. DEFINE_GUID(IID_IDenaliIntrinsic, 0x7f50f880, 0x1230, 0x11d0, 0xb3, 0x94, 0x0, 0xa0, 0xc9, 0xc, 0x20, 0x48);
  16. // BUG 1423: We want to be able to identify JavaScript objects.
  17. // We are NOT supposed to know what this guid is. We MUST not use this GUID
  18. // for anything besides QI'ing to see if the object is a JavaScript object
  19. // The GUID used to identify the IJScriptDispatch interface
  20. // {A0AAC450-A77B-11CF-91D0-00AA00C14A7C}
  21. #define szIID_IJScriptDispatch "{A0AAC450-A77B-11CF-91D0-00AA00C14A7C}"
  22. DEFINE_GUID(IID_IJScriptDispatch, 0xa0aac450, 0xa77b, 0x11cf, 0x91, 0xd0, 0x0, 0xaa, 0x0, 0xc1, 0x4a, 0x7c);