Windows NT 4.0 source code leak
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.

22 lines
567 B

4 years ago
  1. interface ILocalObjectExporter
  2. {
  3. typedef [allocate(dont_free)] STATIC_ARRAY;
  4. typedef [allocate(dont_free)] STATIC_BYTE_ARRAY;
  5. typedef [allocate(dont_free)] STATIC_STRING;
  6. [comm_status, fault_status] Connect();
  7. [comm_status, fault_status] AllocateReservedIds();
  8. [comm_status, fault_status] BulkUpdateOIDs();
  9. [comm_status, fault_status] ClientResolveOXID();
  10. [comm_status, fault_status] ServerAllocateOXIDAndOIDs();
  11. [comm_status, fault_status] ServerAllocateOIDs();
  12. [comm_status, fault_status] ServerFreeOXIDAndOIDs();
  13. }