rpcErrorGetNumberOfRecords 函数 (rpcasync.h)
RpcErrorGetNumberOfRecords 函数返回扩展错误信息中的记录数。
语法
RPC_STATUS RpcErrorGetNumberOfRecords(
[in] RPC_ERROR_ENUM_HANDLE *EnumHandle,
[out] int *Records
);
参数
[in] EnumHandle
指向枚举句柄的指针。
[out] Records
扩展错误信息的记录数。
返回值
成功完成将返回RPC_S_OK。 RpcErrorGetNumberOfRecords 函数调用不能失败,除非其参数无效。
注意 有关有效错误代码的列表,请参阅 RPC 返回值。
注解
RpcErrorGetNumberOfRecords 函数返回扩展错误信息中的记录总数,而不是当前游标位置中的记录数。
要求
要求 | 值 |
---|---|
最低受支持的客户端 | Windows XP [桌面应用 | UWP 应用] |
最低受支持的服务器 | Windows Server 2003 [桌面应用 | UWP 应用] |
目标平台 | Windows |
标头 | rpcasync.h (包括 Rpc.h) |
Library | Rpcrt4.lib |
DLL | Rpcrt4.dll |