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.

28 lines
539 B

  1. /*++
  2. Copyright (c) 1991 Microsoft Corporation
  3. Module Name:
  4. mgmt.acf
  5. Abstract:
  6. The accompanying acf file for mgmt.idl
  7. Author:
  8. Revision History:
  9. --*/
  10. interface mgmt
  11. {
  12. rpc_mgmt_inq_if_ids ([comm_status, fault_status] status );
  13. rpc_mgmt_inq_stats ( [comm_status, fault_status] status );
  14. rpc_mgmt_is_server_listening ( [comm_status, fault_status] status );
  15. rpc_mgmt_stop_server_listening ( [comm_status, fault_status] status );
  16. rpc_mgmt_inq_princ_name ( [comm_status, fault_status] status );
  17. }