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.

18 lines
331 B

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