When you are writing handlers, there are a number of rules that you must follow to ensure that your handlers function correctly.
Handlers must conform to the rules listed below:
int GetClassInstance( BasicHandler ** ppClassInstance); int DestroyInstance( BasicHandler * pClassInstance);