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
326 B

  1. [ implicit_handle(handle_t any_handle) ] interface IActivation
  2. {
  3. [comm_status, fault_status] RemoteActivation();
  4. }
  5. /**
  6. [ implicit_handle(handle_t any_handle) ] interface IRemoteSCMActivator
  7. {
  8. [comm_status, fault_status] RemoteGetClassObject();
  9. [comm_status, fault_status] RemoteCreateInstance();
  10. }
  11. */