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.

16 lines
259 B

  1. #ifdef RAW
  2. [ implicit_handle(handle_t any_handle) ]
  3. #endif
  4. interface ILocalSystemActivator
  5. {
  6. #ifdef RAW
  7. LocalGetClassObject();
  8. LocalCreateInstance();
  9. ObjectServerLoadDll(
  10. [comm_status, fault_status] pStatus);
  11. #endif
  12. }