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.

54 lines
1.3 KiB

  1. // MSAAAdapter.idl : IDL source for MSAAAdapter.dll
  2. //
  3. // This file will be processed by the MIDL tool to
  4. // produce the type library (MSAAAdapter.tlb) and marshalling code.
  5. import "oaidl.idl";
  6. import "ocidl.idl";
  7. [
  8. object,
  9. uuid(AD7C73CF-6DD5-4855-ABC2-B04BAD5B9153),
  10. helpstring("IAccServerDocMgr Interface"),
  11. pointer_default(unique)
  12. ]
  13. interface IAccServerDocMgr : IUnknown
  14. {
  15. HRESULT NewDocument (
  16. [in] REFIID riid,
  17. [in, iid_is(riid)] IUnknown * punk );
  18. HRESULT RevokeDocument (
  19. [in] IUnknown * punk
  20. );
  21. HRESULT OnDocumentFocus (
  22. [in] IUnknown * punk
  23. );
  24. };
  25. [
  26. uuid(1913C8C3-F406-4F8E-8562-5811A27EFF99),
  27. version(1.0),
  28. helpstring("AccServerDocMgr 1.0 Type Library")
  29. ]
  30. library AccServerDocMgrLib
  31. {
  32. importlib("stdole2.tlb");
  33. [
  34. uuid(6089A37E-EB8A-482D-BD6F-F9F46904D16D),
  35. helpstring("AccServerDocMgr Class")
  36. ]
  37. coclass AccServerDocMgr
  38. {
  39. [default] interface IAccServerDocMgr;
  40. };
  41. };
  42. cpp_quote("DEFINE_GUID( IID_IAccServerDocMgr, 0xAD7C73CF,0x6DD5,0x4855,0xAB,0xC2,0xB0,0x4B,0xAD,0x5B,0x91,0x53);")
  43. cpp_quote("DEFINE_GUID( LIBID_AccServerDocMgrLib, 0x1913C8C3,0xF406,0x4F8E,0x85,0x62,0x58,0x11,0xA2,0x7E,0xFF,0x99);")
  44. cpp_quote("DEFINE_GUID( CLSID_AccServerDocMgr, 0x6089A37E,0xEB8A,0x482D,0xBD,0x6F,0xF9,0xF4,0x69,0x04,0xD1,0x6D);")