The format of the EvtRpcQueryChannelInfo data type is as follows.
typedef struct tag_EvtRpcQueryChannelInfo {
LPWSTR name;
DWORD status;
} EvtRpcQueryChannelInfo;
name: Name of the channel to which the status applies.
status: A Win32 error code that indicates the channel status. A value of 0x00000000 indicates success; any other value indicates failure. Unless otherwise noted, all failure values MUST be treated equally.