StarBurn SDK (Software Development Kit)
ContentsIndexHome
Example

This example just uninitializes toolkit. 

 

// Somewhere in the data region
EXCEPTION_NUMBER l__EXCEPTION_NUMBER = EN_SUCCESS;

// Try to uninitialize toolkit
l__EXCEPTION_NUMBER =
StarBurn_DownShut();

// Check for success
if ( l__EXCEPTION_NUMBER != EN_SUCCESS )
{
// Handle error here...
}