Click to Rate and Give Feedback
MSDN
MSDN Library
Windows Driver Kit
Buses and Ports
Buses
Buses
IEEE 1394 Bus
Reference
 DEVICE_DATA

  Switch on low bandwidth view
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


Send feedback on this topic
Built on May 20, 2009
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker