GET_LOCAL_HOST_INFO5 - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-1394-_get_local_host_info5)

_GET_LOCAL_HOST_INFO5 structure

Description

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.

Members

ConfigRom

Pointer to the beginning of the buffer to be filled with the local host's configuration ROM.

ConfigRomLength

Specifies the length of the buffer pointed to by ConfigRom.

Remarks

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.

See also

REQUEST_GET_LOCAL_HOST_INFO