Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

24 lines
517 B

[ implicit_handle(handle_t any_handle) ] interface IROT
{
IrotRegister(
[comm_status, fault_status] prpcstat);
IrotRevoke(
[comm_status, fault_status] prpcstat);
IrotIsRunning(
[comm_status, fault_status] prpcstat);
IrotGetObject(
[comm_status, fault_status] prpcstat);
IrotNoteChangeTime(
[comm_status, fault_status] prpcstat);
IrotGetTimeOfLastChange(
[comm_status, fault_status] prpcstat);
IrotEnumRunning(
[comm_status, fault_status] prpcstat);
}