11 lines
185 B
Plaintext
11 lines
185 B
Plaintext
|
[ implicit_handle(handle_t any_handle) ] interface IOsRot
|
||
|
|
||
|
{
|
||
|
OsGetObjectInfo(
|
||
|
[comm_status, fault_status] prpcstat);
|
||
|
|
||
|
OsEnumRunning(
|
||
|
[comm_status, fault_status] prpcstat);
|
||
|
|
||
|
}
|