WOF_VERSION_INFO - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct _WOF_VERSION_INFO {
  ULONG WofVersion;
} WOF_VERSION_INFO, *PWOF_VERSION_INFO;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-_wof_version_info)

WOF_VERSION_INFO structure

Description

The WOF_VERSION_INFO structure contains the version corresponding to the driver supporting a given provider.

Members

WofVersion

The version of the WOF driver. This value includes the major and minor version numbers of the operating system in the high-order word, and the build number of the operating system in the low-order word. The major version can be extracted with HIBYTE(HIWORD(WofVersion)); the minor version can be extracted with LOBYTE(HIWORD(WofVersion)); the build number can be extracted with LOWORD(WofVersion).

See also

FSCTL_GET_WOF_VERSION

WOF_EXTERNAL_FILE_ID

WOF_EXTERNAL_INFO