Upravit

Sdílet prostřednictvím


LABELED_LARGEINT structure

The LABELED_LARGEINT structure defines a label that is displayed when a specific LARGEINT property value is detected.

Syntax

typedef struct _LABELED_LARGEINT {
  LARGE_INTEGER Value;
  LPSTR         Label;
} LABELED_LARGEINT, *LPLABELED_LARGEINT;

Members

Value

LARGEINT value of the property that you want to detect.

Label

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

Remarks

The lpLabeledLargeIntTable member of the SET structure points to an array of SET structures that define one or more Label members of the LARGEINT value pairs. The pairs are used when you want to display a label in place of a specific LARGEINT 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