// 1394.h
typedef struct _GET_LOCAL_HOST_INFO8 {
USHORT MajorVersion;
USHORT MinorVersion;
} GET_LOCAL_HOST_INFO8, *PGET_LOCAL_HOST_INFO8;
View the official Windows Driver Kit DDI reference
No description available.
The GET_LOCAL_HOST_INFO8 structure contains the data returned by a REQUEST_GET_LOCAL_HOST_INFO request with u.GetLocalHostInformation.nLevel set to GET_HOST_DDI_VERSION.
MajorVersion
The major version of the 1394 bus driver interface.
MinorVersion
The minor version of the 1394 bus driver interface.
A client driver can determine whether the 1394 bus driver loaded in the IEEE 1394 driver stack is the new 1394 bus driver or the legacy 1394 bus driver. A new nLevel value has been added to the REQUEST_GET_LOCAL_HOST_INFO I/O request to return the version of the DDIs that the 1394 bus driver supports.
To determine whether the 1394 bus driver is the new 1394 bus driver or the legacy 1394 bus driver,