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
54 lines
1.3 KiB
// MSAAAdapter.idl : IDL source for MSAAAdapter.dll
|
|
//
|
|
|
|
// This file will be processed by the MIDL tool to
|
|
// produce the type library (MSAAAdapter.tlb) and marshalling code.
|
|
|
|
import "oaidl.idl";
|
|
import "ocidl.idl";
|
|
[
|
|
object,
|
|
uuid(AD7C73CF-6DD5-4855-ABC2-B04BAD5B9153),
|
|
|
|
helpstring("IAccServerDocMgr Interface"),
|
|
pointer_default(unique)
|
|
]
|
|
interface IAccServerDocMgr : IUnknown
|
|
{
|
|
HRESULT NewDocument (
|
|
[in] REFIID riid,
|
|
[in, iid_is(riid)] IUnknown * punk );
|
|
|
|
HRESULT RevokeDocument (
|
|
[in] IUnknown * punk
|
|
);
|
|
|
|
HRESULT OnDocumentFocus (
|
|
[in] IUnknown * punk
|
|
);
|
|
};
|
|
|
|
[
|
|
uuid(1913C8C3-F406-4F8E-8562-5811A27EFF99),
|
|
version(1.0),
|
|
helpstring("AccServerDocMgr 1.0 Type Library")
|
|
]
|
|
library AccServerDocMgrLib
|
|
{
|
|
importlib("stdole2.tlb");
|
|
|
|
[
|
|
uuid(6089A37E-EB8A-482D-BD6F-F9F46904D16D),
|
|
helpstring("AccServerDocMgr Class")
|
|
]
|
|
coclass AccServerDocMgr
|
|
{
|
|
[default] interface IAccServerDocMgr;
|
|
};
|
|
};
|
|
|
|
|
|
|
|
cpp_quote("DEFINE_GUID( IID_IAccServerDocMgr, 0xAD7C73CF,0x6DD5,0x4855,0xAB,0xC2,0xB0,0x4B,0xAD,0x5B,0x91,0x53);")
|
|
cpp_quote("DEFINE_GUID( LIBID_AccServerDocMgrLib, 0x1913C8C3,0xF406,0x4F8E,0x85,0x62,0x58,0x11,0xA2,0x7E,0xFF,0x99);")
|
|
cpp_quote("DEFINE_GUID( CLSID_AccServerDocMgr, 0x6089A37E,0xEB8A,0x482D,0xBD,0x6F,0xF9,0xF4,0x69,0x04,0xD1,0x6D);")
|