StarBurn SDK (Software Development Kit)
ContentsIndexHome
PreviousUpNext
StarBurn_GetId Function
C++
__stdcall STARBURN_IMPEX_API EXCEPTION_NUMBER StarBurn_GetId(OUT PULONG p__PULONG__SystemError, OUT PULONG p__PULONG__Version, OUT PCHAR p__PCHAR__VersionText, IN ULONG p__ULONG__VersionTextSizeInUCHARs);
Parameters 
Description 
OUT PULONG p__PULONG__SystemError 
Pointer to system error value (if function would return EN_SYSTEM_CALL_FAILED).
 
OUT PULONG p__PULONG__Version 
Pointer to the variable to receive ASPI layer version number.
 
OUT PCHAR p__PCHAR__VersionText 
Pointer to the buffer to receive ASPI layer version text.
 
IN ULONG p__ULONG__VersionTextSizeInUCHARs 
Version text buffer size in UCHARs. 

Execution status.

This function gets ASPI layer ID strings.

This one is for Rocket Division Software ASPI layer only.

There are no companion API calls for this one.

Please see FindDevice sample as example how to use StarBurn_GetId API call.