// 1394.h
typedef struct _GET_LOCAL_HOST_INFO5 {
PVOID ConfigRom;
ULONG ConfigRomLength;
} GET_LOCAL_HOST_INFO5, *PGET_LOCAL_HOST_INFO5;
View the official Windows Driver Kit DDI referenceNo description available.
The GET_LOCAL_HOST_INFO5 structure contains the data returned by a REQUEST_GET_LOCAL_HOST_INFO request using u.GetLocalHostInformation.nLevel = GET_HOST_CONFIG_ROM.
ConfigRomPointer to the beginning of the buffer to be filled with the local host's configuration ROM.
ConfigRomLengthSpecifies the length of the buffer pointed to by ConfigRom.
When submitted in a REQUEST_GET_LOCAL_HOST_INFO request, if the ConfigRomLength is smaller than the size of the Configuration ROM, a status code of STATUS_INVALID_BUFFER_SIZE is returned. In this case, the correct buffer size is filled in the ConfigRomLength member.