Source code of Windows XP (NT5)
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.

26 lines
585 B

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