PAYLOAD_OPERATOR enumeration (tdh.h)

Defines the supported payload operators for a trace data helper (TDH).

Syntax

typedef enum _PAYLOAD_OPERATOR {
  PAYLOADFIELD_EQ,
  PAYLOADFIELD_NE,
  PAYLOADFIELD_LE,
  PAYLOADFIELD_GT,
  PAYLOADFIELD_LT,
  PAYLOADFIELD_GE,
  PAYLOADFIELD_BETWEEN,
  PAYLOADFIELD_NOTBETWEEN,
  PAYLOADFIELD_MODULO,
  PAYLOADFIELD_CONTAINS,
  PAYLOADFIELD_DOESNTCONTAIN,
  PAYLOADFIELD_IS,
  PAYLOADFIELD_ISNOT,
  PAYLOADFIELD_INVALID
} PAYLOAD_OPERATOR;

Constants

 
PAYLOADFIELD_EQ
PAYLOADFIELD_NE
PAYLOADFIELD_LE
PAYLOADFIELD_GT
PAYLOADFIELD_LT
PAYLOADFIELD_GE
PAYLOADFIELD_BETWEEN
PAYLOADFIELD_NOTBETWEEN
PAYLOADFIELD_MODULO
PAYLOADFIELD_CONTAINS
PAYLOADFIELD_DOESNTCONTAIN
PAYLOADFIELD_IS
PAYLOADFIELD_ISNOT
PAYLOADFIELD_INVALID

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Header tdh.h