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.

20 lines
483 B

  1. interface ILocalObjectExporter
  2. {
  3. [comm_status, fault_status] Connect();
  4. [comm_status, fault_status] AllocateReservedIds();
  5. [comm_status, fault_status] BulkUpdateOIDs();
  6. [comm_status, fault_status] ClientResolveOXID();
  7. [comm_status, fault_status] ServerAllocateOXIDAndOIDs();
  8. [comm_status, fault_status] ServerAllocateOIDs();
  9. [comm_status, fault_status] ServerFreeOXIDAndOIDs();
  10. [comm_status, fault_status] Disconnect();
  11. }