// pcivirt.h
typedef struct _SRIOV_PROXY_QUERY_LUID_OUTPUT {
LUID DeviceLuid;
} SRIOV_PROXY_QUERY_LUID_OUTPUT, SRIOV_PROXY_QUERY_LUID_OUTPUT;
View the official Windows Driver Kit DDI referenceNo description available.
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.
DeviceLuidLocal unique identifier of the SR_IOV device implementing the interface.
typedef struct _SRIOV_PROXY_QUERY_LUID_OUTPUT {
LUID DeviceLuid;
} SRIOV_PROXY_QUERY_LUID_OUTPUT, SRIOV_PROXY_QUERY_LUID_OUTPUT;