StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_StarPort_GetDeviceSCSIAddress Function
C++
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_StarPort_GetDeviceSCSIAddress(IN LONG p__LONG__StarPortDeviceTargetId, OUT PSCSI_DEVICE_ADDRESS p__PSCSI_DEVICE_ADDRESS, OUT PULONG p__PULONG__SystemError);
Parameters 
Description 
IN LONG p__LONG__StarPortDeviceTargetId 
StarPort device TargetId we want to get device letter for.
 
OUT PSCSI_DEVICE_ADDRESS p__PSCSI_DEVICE_ADDRESS 
Pointer to the variable to receive device SCSI address,
 
OUT PULONG p__PULONG__SystemError 
Pointer to the variable to receive system error if function would return anything except EN_SUCCESS. 

Execution status.

This function retrieves device SCSI address for StarPort device by its target ID.

This one is for Network license holders only.

Please see StarPort GUI sample as example how to use StarBurn_StarPort_GetDeviceSCSIAddress API call.