StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_StarPort_GetVersion Function
C++
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_StarPort_GetVersion(OUT PULONG p__PULONG__BuildVersion, OUT PULONG p__PULONG__ApiVersion, OUT PULONG p__PULONG__SystemError);
Parameters 
Description 
OUT PULONG p__PULONG__BuildVersion 
StarPortLite driver build version.
 
OUT PULONG p__PULONG__ApiVersion 
StarPortLite driver API version.
 
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 checks if the StarPortLite driver is installed and that its API version is equal to the one StarBurn was built with.

This one is for Network license holders only.

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