Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The LABELED_SYSTEMTIME structure defines a label that is displayed when a specific SYSTEMTIME property value is detected.
Syntax
typedef struct _LABELED_SYSTEMTIME {
SYSTEMTIME Value;
LPSTR Label;
} LABELED_SYSTEMTIME, *LPLABELED_SYSTEMTIME;
Members
-
Value
-
SYSTEMTIME value of a property that you want to detect.
-
Label
-
Textual description or label that is displayed when the SYSTEMTIME value specified in the Value member is detected.
Remarks
The lpLabeledSystemTimeTable member of the SET structure points to an array of SET structures that define one or more label value pairs. The pairs are used when you want to display a label in place of a specific LARGEINT 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 |
|