summaryrefslogtreecommitdiffstats
path: root/private/ole32/com/idl/objsrv.acf
blob: f1d616128de6b0904050edf18f805ea4386977ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
[ implicit_handle(handle_t any_handle) ] interface IObjServer

{
    RemCoGetActiveClassObject(
	[comm_status, fault_status] prpcstat);

    RemCoActivateObject(
	[comm_status, fault_status] prpcstat);

    RemCoCreateObject(
	[comm_status, fault_status] prpcstat);

}