// d3dukmdt.h
void IS_OFFICIAL_DDI_INTERFACE_VERSION(
version
);
View the official Windows Driver Kit DDI referenceNo description available.
The IS_OFFICIAL_DDI_INTERFACE_VERSION macro indicates whether the specified interface version is an official DXGK interface version.
versionThe version to test. See IS_OFFICIAL_DDI_INTERFACE_VERSION's definition in d3dukmdt.h for a list of valid values.
IS_OFFICIAL_DDI_INTERFACE_VERSION returns TRUE if version is set to an official DXGK interface version. Otherwise, it returns FALSE.