GET_LOCAL_HOST_INFO1 - NtDoc

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

typedef struct _GET_LOCAL_HOST_INFO1 {
  LARGE_INTEGER UniqueId;
} GET_LOCAL_HOST_INFO1, *PGET_LOCAL_HOST_INFO1;

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

_GET_LOCAL_HOST_INFO1 structure

Description

The GET_LOCAL_HOST_INFO1 structure contains the data returned by a REQUEST_GET_LOCAL_HOST_INFO request using u.GetLocalHostInformation.nLevel GET_HOST_UNIQUE_ID.

Members

UniqueId

The bus driver fills in this member with the IEEE 1394 globally unique device ID for the host controller.

See also

REQUEST_GET_LOCAL_HOST_INFO