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.

19 lines
528 B

  1. cpp_quote("// {e1dfd320-e46f-11d1-aa67-00c04fa345f6}")
  2. cpp_quote("DEFINE_GUID(CLSID_CStoreDispatcher, ")
  3. cpp_quote("0xe1dfd320, 0xe46f, 0x11d1, 0xaa, 0x67, 0x0, 0xc0, 0x4f, 0xa3, 0x45, 0xf6);")
  4. [
  5. helpstring("IServerDispatcher"),object,pointer_default(unique),
  6. uuid(9efdb61a-e476-11d1-aa67-00c04fa345f6)
  7. ]
  8. interface IServerDispatcher : IUnknown
  9. {
  10. import "wtypes.idl";
  11. import "ocidl.idl";
  12. [local]
  13. HRESULT OnEvent( [in] REFIID iidEvent,
  14. [in] DWORD dwEventType,
  15. [in] LPVOID pvContext);
  16. };