StarBurn SDK (Software Development Kit) |
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_GetDeviceLetter(IN PCHAR p__PCHAR__DeviceName, OUT PCHAR p__PCHAR__DeviceLetter, OUT PULONG p__PULONG__SystemError);
Parameters | Description |
IN PCHAR p__PCHAR__DeviceName | Device name to return the letter for. |
OUT PCHAR p__PCHAR__DeviceLetter | Buffer to receive device root path. |
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 returns device letter (device root path) for a device name, like the one used in StarBurn_CdvdBurnerGrabber_CreateEx(...) API call.
Please see GUI samples as example how to use StarBurn_GetDeviceLetter API call.