19 lines
331 B
Plaintext
19 lines
331 B
Plaintext
|
|
#ifdef RAW
|
|
[ implicit_handle(handle_t any_handle) ]
|
|
#endif
|
|
interface ILocalSystemActivator
|
|
{
|
|
#ifdef RAW
|
|
LocalGetClassObject(
|
|
[comm_status, fault_status] pStatus);
|
|
|
|
LocalCreateInstance(
|
|
[comm_status, fault_status] pStatus);
|
|
|
|
ObjectServerLoadDll(
|
|
[comm_status, fault_status] pStatus);
|
|
|
|
#endif
|
|
}
|