Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The RPC_ERROR_ENUM_HANDLE structure provides an enumeration handle used by RpcError* functions for processing extended error information. All members of the RPC_ERROR_ENUM_HANDLE structure are used internally by the RPC Runtime, and should not be read or changed by applications. Applications should treat the RPC_ERROR_ENUM_HANDLE as an opaque value used as a handle.
Syntax
typedef struct tagRPC_ERROR_ENUM_HANDLE {
ULONG Signature;
void *CurrentPos;
void *Head;
} RPC_ERROR_ENUM_HANDLE;
Members
Signature
CurrentPos
Head
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP [desktop apps only] |
| Minimum supported server | Windows Server 2003 [desktop apps only] |
| Header | rpcasync.h (include Rpc.h) |