This topic has not yet been rated - Rate this topic

2.2.10 EvtRpcAssertConfigFlags Enumeration

The EvtRpcAssertConfigFlags Enumeration 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.

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.