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.

15 lines
220 B

  1. [strict_context_handle] interface epmp
  2. {
  3. }
  4. [strict_context_handle] interface localepmp
  5. {
  6. [comm_status, fault_status] OpenEndpointMapper();
  7. #ifdef NTENV
  8. [comm_status, fault_status] AllocateReservedIPPort();
  9. #endif
  10. }