Condividi tramite


LABELED_DWORD Structure

The LABELED_DWORD structure defines a label that is displayed when a specific DWORD property value is detected.

Syntax

typedef struct _LABELED_DWORD {
  DWORD Value;
  LPSTR Label;
}LABELED_DWORD, *LPLABELED_DWORD;

Members

  • Value
    DWORD value of the property that you want to detect.

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

Remarks

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

Requirements

Minimum supported client Windows 2000 Professional
Minimum supported server Windows 2000 Server
Header Netmon.h

See Also

SET

Send comments about this topic to Microsoft

Build date: 11/9/2009