13 lines
314 B
Plaintext
13 lines
314 B
Plaintext
|
[ implicit_handle(handle_t any_handle) ] interface IActivation
|
||
|
{
|
||
|
[comm_status, fault_status] RemoteActivation();
|
||
|
}
|
||
|
|
||
|
/**
|
||
|
[ implicit_handle(handle_t any_handle) ] interface IRemoteSCMActivator
|
||
|
{
|
||
|
[comm_status, fault_status] RemoteGetClassObject();
|
||
|
[comm_status, fault_status] RemoteCreateInstance();
|
||
|
}
|
||
|
*/
|