windows-nt/Source/XPSP1/NT/com/rpc/runtime/rtifs/mgmt.acf
2020-09-26 16:20:57 +08:00

29 lines
511 B
Plaintext

/*++
Copyright (c) 1991 Microsoft Corporation
Module Name:
mgmt.acf
Abstract:
The accompanying acf file for mgmt.idl
Author:
Revision History:
--*/
interface mgmt
{
rpc_mgmt_inq_if_ids ([comm_status, fault_status] status );
rpc_mgmt_inq_stats ( [comm_status, fault_status] status );
rpc_mgmt_is_server_listening ( [comm_status, fault_status] status );
rpc_mgmt_stop_server_listening ( [comm_status, fault_status] status );
rpc_mgmt_inq_princ_name ( [comm_status, fault_status] status );
}