The EvtRpcAssertConfigFlags Enumeration members specify how the path and channelPath parameters (used by a number of the methods in 3.1.4) are to be interpreted.
typedef [v1_enum] enum tag_EvtRpcAssertConfigFlags
{
EvtRpcChannelPath = 0,
EvtRpcPublisherName = 1
} EvtRpcAssertConfigFlags;
EvtRpcChannelPath: The associated parameter string contains a path to a channel.
EvtRpcPublisherName: The associated parameter string contains a publisher name.