StarBurn SDK (Software Development Kit) |
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_GetDeviceTimeOutByDeviceAddress(IN UCHAR p__UCHAR__DevicePort, IN UCHAR p__UCHAR__DeviceBus, IN UCHAR p__UCHAR__DeviceID, IN UCHAR p__UCHAR__DeviceLUN, OUT PULONG p__PULONG__DeviceTimeOutInSeconds);
Parameters | Description |
IN UCHAR p__UCHAR__DevicePort | Device port. |
IN UCHAR p__UCHAR__DeviceBus | Device SCSI bus. |
IN UCHAR p__UCHAR__DeviceID | Device SCSI ID. |
IN UCHAR p__UCHAR__DeviceLUN | Device LUN. |
OUT PULONG p__PULONG__DeviceTimeOutInSeconds | Pointer to the variable to receive device timeout in seconds. |
Execution status.
This function gets device timeout in seconds by device SCSI address.
This one is for ASPI devices only.
Please see FindDevice sample as example how to use StarBurn_GetDeviceTimeOutByDeviceAddress API call.