object,
uuid(8BE3DB1A-1DB0-4529-B295-31EED6E3ABD9),
dual,
nonextensible,
helpstring("IIPCService Interface"),
pointer_default(unique)
]
interface IIPCService : IDispatch{
[id(0), helpstring("method SetServiceVerb")]
HRESULT SetServiceVerb([in] DWORD dwServiceHandle , [in] BSTR bstrVerbName, [in, size_is(dwVerbSize)] BYTE* pVerbValue,
[in] DWORD dwVerbSize);
};