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.
Defines metadata information about the requested field.
Syntax
typedef struct _PROVIDER_FIELD_INFOARRAY {
ULONG NumberOfElements;
EVENT_FIELD_TYPE FieldType;
PROVIDER_FIELD_INFO FieldInfoArray[ANYSIZE_ARRAY];
} PROVIDER_FIELD_INFOARRAY;
Members
NumberOfElements
Number of elements in the FieldInfoArray array.
FieldType
Type of field information in the FieldInfoArray array. For possible values, see the EVENT_FIELD_TYPE enumeration.
FieldInfoArray[ANYSIZE_ARRAY]
Array of PROVIDER_FIELD_INFO structures that define the field's name, description and value.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Header | tdh.h |