Freigeben über


2.2.1.3.3 rpc_mgmt_inq_stats Method

These extensions redefine the rpc_mgmt_inq_stats method, as specified in [C706] Appendix Q, by changing the type of the count parameter from unsigned long to StatisticsCount. StatisticsCount (section 2.2.1.3.2) has a range attribute that affects compatibility with the definition in [C706], as specified in section 3.3.1.3. The redefined method is specified as follows.<33>

 void rpc_mgmt_inq_stats(
   [in] handle_t binding_handle,
   [in, out] StatisticsCount* count,
   [out, size_is(*count)] unsigned long statistics[],
   [out] error_status_t* status
 );

This method has no return values.

Everything else about this method remains as specified in [C706] Appendix Q.