// ucmtcpcidevice.h
typedef struct _UCMTCPCI_DEVICE_CONFIG {
ULONG Size;
} UCMTCPCI_DEVICE_CONFIG, *PUCMTCPCI_DEVICE_CONFIG;
View the official Windows Driver Kit DDI referenceNo description available.
Used in the client driver's call to UcmTcpciDeviceInitialize. Call UCMTCPCI_DEVICE_CONFIG_INIT to initialize this structure.
SizeSize of this structure.