StarBurn SDK (Software Development Kit) |
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_StarPort_GetDeviceLetter(IN LONG p__LONG__StarPortDeviceTargetId, OUT PCHAR p__PCHAR__DeviceLetter, OUT PULONG p__PULONG__SystemError);
Parameters | Description |
IN LONG p__LONG__StarPortDeviceTargetId | StarPort device TargetId we want to get device letter for. |
OUT PCHAR p__PCHAR__DeviceLetter | Pointer to the CHAR variable to store the device letter. |
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 letter (symbolic link) 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_GetDeviceLetter API call.