Specifies default values for specific groups of event parameters. Pass the values you want as part of the call to FireEvent.
Required Files
VC: vaevt.h
typedef [v1_enum] enum eVSAEventFlags
{
cVSAEventStandard=0,
cVSAEventDefaultSource=1,
cVSAEventDefaultTarget=2,
} VSAEventFlags;
cVSAEventStandard
When set, no default values are set for any parameters. This is the default.
cVSAEventDefaultSource
When set, the SourceMachine, SourceProcess, SourceThread, SourceComponent, and SourceSession event fields will be set to default values. See Determining Source and Target Values for Events for more information.
cVSAEventDefaultTarget
When set, the TargetMachine, TargetProcess, TargetThread, TargetComponent, and TargetSession event fields will be set to default values. See Determining Source and Target Values for Events for more information.