PROVIDER_FIELD_INFO structure (tdh.h)
Defines the field information.
Syntax
typedef struct _PROVIDER_FIELD_INFO {
ULONG NameOffset;
ULONG DescriptionOffset;
ULONGLONG Value;
} PROVIDER_FIELD_INFO;
Members
NameOffset
Offset to the null-terminated Unicode string that contains the name of the field, in English only.
DescriptionOffset
Offset to the null-terminated Unicode string that contains the localized description of the field. The value is zero if the description does not exist.
Value
Field value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tdh.h |