LABELED_BYTE structure
The LABELED_BYTE structure defines a labeled BIT pair. The Label of the labeled BIT pair is displayed when a specific byte property value is detected.
Syntax
typedef struct _LABELED_BYTE {
BYTE Value;
LPSTR Label;
} LABELED_BYTE, *LPLABELED_BYTE;
Members
-
Value
-
BYTE value of the property that you want to detect.
-
Label
-
Textual description or label that is displayed when the value specified in the Value member is detected.
Remarks
The lpLabeledByteTable member of the SET structure points to an array of SET structures that define one or more Label members of the BYTE value pairs. These pairs are used when you want to display a label in place of a specific BYTE value that is found in the protocol packet.
Requirements
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
Minimum supported server |
Windows 2000 Server [desktop apps only] |
Header |
|