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.

28 lines
626 B

  1. interface IrNotifications
  2. {
  3. #if 0
  4. UpdateSendProgress([comm_status, fault_status] pStatus);
  5. OneSendFileFailed([comm_status, fault_status] pStatus);
  6. SendComplete([comm_status, fault_status] pStatus);
  7. [comm_status, fault_status] ReceiveInProgress();
  8. [comm_status, fault_status] GetPermission();
  9. [comm_status, fault_status] ReceiveFinished();
  10. DeviceInRange([comm_status, fault_status] pStatus);
  11. NoDeviceInRange([comm_status, fault_status] pStatus);
  12. [comm_status, fault_status] ShutdownUi();
  13. [comm_status, fault_status] ShutdownRequested();
  14. #endif
  15. }