Upravit

Sdílet prostřednictvím


LABELED_WORD structure

The LABELED_WORD structure defines a label that is displayed when a specific WORD property value is detected.

Syntax

typedef struct _LABELED_WORD {
  WORD  Value;
  LPSTR Label;
} LABELED_WORD, *LPLABELED_WORD;

Members

Value

WORD value of the property that you want to detect.

Label

Textual description or label that is displayed when the WORD value specified in the Value member is detected.

Remarks

The lpLabeledWordTable member of the SET structure points to an array of SET structures to define one or more label value pairs. These pairs are used when you want to display a label in place of a specific WORD value that is found in a protocol packet.

Requirements

Requirement Value
Minimum supported client
Windows 2000 Professional [desktop apps only]
Minimum supported server
Windows 2000 Server [desktop apps only]
Header
Netmon.h

See also

SET