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.

18 lines
443 B

  1. /*
  2. * CLSID for CConfNotify object and IID for IConfNotify interface
  3. *
  4. * ChrisPi 10-3-95
  5. *
  6. */
  7. #ifndef _CNOTIFID_H_
  8. #define _CNOTIFID_H_
  9. // {49C6C2C0-FD8A-11ce-8865-00805F742EF6}
  10. DEFINE_GUID(CLSID_ConfNotify,
  11. 0x49c6c2c0, 0xfd8a, 0x11ce, 0x88, 0x65, 0x0, 0x80, 0x5f, 0x74, 0x2e, 0xf6);
  12. DEFINE_GUID(IID_IConfNotify,
  13. 0x49c6c2d0, 0xfd8a, 0x11ce, 0x88, 0x65, 0x0, 0x80, 0x5f, 0x74, 0x2e, 0xf6);
  14. #endif /* _CNOTIFID_H_ */