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.

12 lines
339 B

  1. [ implicit_handle( handle_t fax_handle )
  2. #ifndef _W9X_PLATFORM
  3. , strict_context_handle
  4. #endif
  5. ]
  6. interface faxclient
  7. {
  8. [comm_status, fault_status] FAX_ClientEventQueue();
  9. [comm_status, fault_status] FAX_OpenConnection();
  10. [comm_status, fault_status] FAX_CloseConnection();
  11. [comm_status, fault_status] FAX_ClientEventQueueEx();
  12. }