2.2.18 W32TIME_ENTRY
The W32TIME_ENTRY structure defines the general entry as a possible extension to other time service data structures. This structure has no current use.
-
typedef struct { unsigned __int32 ulSize; [string, unique] wchar_t* wszName; [string, unique] wchar_t* wszValue; [string, unique] wchar_t* wszHelp; } W32TIME_ENTRY, *PW32TIME_ENTRY;
ulSize: The size, in bytes, of this structure.
wszName: A null-terminated string that indicates the name of the entry.
wszValue: A null-terminated string that indicates the value of the entry.
wszHelp: A null-terminated string that indicates the display text of the entry.