Stucture S_HW_VERSIONS

Description:
This structure provides information about hardware such as:

Declaration:

typedef struct _S_HW_VERSIONS { unsigned char baSN[8]; U_WORD uHardware; U_WORD uFirmware; } S_HW_VERSIONS, *PS_HW_VERSIONS; typedef union { unsigned char ba[2]; // ba - byte array unsigned short w; // w - word } U_WORD;

Members:

Member(s) Description
baSN SOHARD serial number
uHardware hardware version
uFirmware firmware version

Notes:

Not all SOHARD ARCNET network controller provide all information, so some of the member of the structure can not be filled. (see IOCTL_FARC_GET_HW_VERSIONS for more details)

See also:
DeviceIoControl()
IOCTL_FARC_GET_HW_VERSIONS

Back to Programming Guide Contact Copyright and Disclaimer