StarBurn SDK (Software Development Kit) |
__stdcall STARBURN_IMPEX_API ULONG StarBurn_GetVolumeIDs(IN PCHAR p__PCHAR__VolumeName, OUT PCHAR p__PCHAR__VolumeID);
Parameters | Description |
IN PCHAR p__PCHAR__VolumeName | ISO9660/Joliet name we'd like to query. |
OUT PCHAR p__PCHAR__VolumeID | Pointer to destination buffer volume ID would be copied to. |
Execution status.
This function gets volume ID from ISO9660/Joliet volume name.
This one is for ISO9660/Joliet volumes only.
There are no companion API calls for this one.
Please see BuildImageWithImportFromFile sample as example how to use StarBurn_GetVolumeIDs API call.