Windows Driver Kit: Buses
DEVICE_DATA
The DEVICE_DATA structure is used to in conjunction with the GetDeviceList routine to retrieve the symbolic link names of the indicated physical IEEE 1394 diagnostic devices.
typedef struct _DEVICE_DATA {
ULONG numDevices;
DEVICE_LIST deviceList[10];
} DEVICE_DATA, *PDEVICE_DATA;
Members
- numDevices
- Indicates the number of IEEE 1394 diagnostic devices available.
- deviceList
- Contains an array of structures of type DEVICE_LIST, each of which contains a symbolic link name that identifies a 1394 diagnostic device.
Requirements
Headers: Declared in src\1394\inc\1394api.h. Include src\1394\inc\1394api.h.
See Also
DEVICE_LIST