StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_StarWave_VersionGet Function
C++
__stdcall STARBURN_IMPEX_API ULONG StarBurn_StarWave_VersionGet(OUT PULONG p__PULONG__StarWaveVersion);
Parameters 
Description 
OUT PULONG p__PULONG__StarWaveVersion 
Pointer to the variable to receive StarWave build version. 

Execution status. This call cannot fail unless wrong pointer is passed as input parameter.

This function returns StarWave library version.

Actually StarWave version build number is synchronized with StarBurn build number. So there's no real use in calling this API call any more.

See AudioCompressor StarBurn sample application as an example how to use StarBurn_StarWave_VersionGet API call.