Shiny Language Reference

Language Reference > Handler Reference


PostRegReadFail

 

 

Called on plugin startup to signify registry profile reading failed

This handler is only called if the registry profile for this plugin could not be accessed. If the profile doesn't exist (because this is the first time the plugin has been run) then this handler is not called - instead the profile is automatically created. This handler is only called to signify a serious error condition. You may wish to warn the user of the failure using an immediate warning (eg: through importing the Win32API MessageBoxA function). Once this handler returns Brass will automatically unload the plugin.

The handler call order is as follows:

PreRegRead -> RegRead -> PostRegRead -> Init
PreRegRead -> PostRegReadFail

 

Parameters

None