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

  1. [ implicit_handle(handle_t any_handle) ] interface IROT
  2. {
  3. IrotRegister(
  4. [comm_status, fault_status] prpcstat);
  5. IrotRevoke(
  6. [comm_status, fault_status] prpcstat);
  7. IrotIsRunning(
  8. [comm_status, fault_status] prpcstat);
  9. IrotGetObject(
  10. [comm_status, fault_status] prpcstat);
  11. IrotNoteChangeTime(
  12. [comm_status, fault_status] prpcstat);
  13. IrotGetTimeOfLastChange(
  14. [comm_status, fault_status] prpcstat);
  15. IrotEnumRunning(
  16. [comm_status, fault_status] prpcstat);
  17. }