REFS_VOLUME_DATA_BUFFER_CONTAINS_DRIVER_VERSION - NtDoc

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

void REFS_VOLUME_DATA_BUFFER_CONTAINS_DRIVER_VERSION(
  VOLUME_DATA_BUFFER
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ntifs-refs_volume_data_buffer_contains_driver_version)

Description

The REFS_VOLUME_DATA_BUFFER_CONTAINS_DRIVER_VERSION macro determines whether a REFS_VOLUME_DATA_BUFFER structure contains valid driver version information.

Parameters

VOLUME_DATA_BUFFER

Pointer to a REFS_VOLUME_DATA_BUFFER structure that is being checked for the presence of driver version fields.

Remarks

This macro helps maintain compatibility with different versions of the REFS_VOLUME_DATA_BUFFER structure, especially when new fields are added in later versions.

See also

REFS_VOLUME_DATA_BUFFER