Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The DeviceConfigInfo structure contains information specific to the REQTYPE_SETDEVICECONFIGINFO and REQTYPE_GETDEVICECONFIGINFO in the ReqTypes (section 2.2.1.1.18) enumeration.
|
|
|
|
|
|
|
|
|
|
1 |
|
|
|
|
|
|
|
|
|
2 |
|
|
|
|
|
|
|
|
|
3 |
|
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
retcode |
|||||||||||||||||||||||||||||||
dwVersion |
|||||||||||||||||||||||||||||||
cbBuffer |
|||||||||||||||||||||||||||||||
cEntries |
|||||||||||||||||||||||||||||||
abdata (variable) |
|||||||||||||||||||||||||||||||
... |
retcode (4 bytes): A 32-bit, unsigned integer value that indicates return status. A return value ERROR_SUCCESS (0x00000000) indicates that the operation was completed successfully; otherwise it contains an error code, specified in [MS-ERREF] or in section 2.2.4.
dwVersion (4 bytes): Specifies the version of the server.<154>
cbBuffer (4 bytes): This MUST be set to the size, in bytes, of the buffer passed in abdata.
cEntries (4 bytes): Specifies the number of device entries as returned by the server.
abdata (variable): This refers to the buffer that contains the array of RAS_DEVICE_INFO (section 2.2.1.2.219) structures as returned by the server.