SRIOV_PROXY_QUERY_LUID_OUTPUT structure (pcivirt.h)

Stores the local unique identifier of the SR_IOV device implementing the interface. This structure is the output buffer for the IOCTL_SRIOV_PROXY_QUERY_LUID request.

Syntax

typedef struct _SRIOV_PROXY_QUERY_LUID_OUTPUT {
  LUID  DeviceLuid;
} SRIOV_PROXY_QUERY_LUID_OUTPUT, SRIOV_PROXY_QUERY_LUID_OUTPUT;

Members

DeviceLuid

Local unique identifier of the SR_IOV device implementing the interface.

Requirements

Requirement Value
Header pcivirt.h

See also

IOCTL_SRIOV_PROXY_QUERY_LUID