API Reference > Extension Classes > Windows Classes > DwfxSignatureHandlerWinModule Class > DwfxSignatureHandlerWinModule Methods > DwfxSignatureHandlerWinModule::uninitApp Method
DwfxSignatureHandlerWinModule::uninitApp Method
Syntax
C++
void uninitApp();

Declares the notification method being called at the end of the client application.

It is the pure virtual method that does not have an implementation. You must redefine it in the derived class. Overrides of this module should unregister any custom objects or commands defined in the module.

Creating Custom Applications

Copyright © 2002–2020. Open Design Alliance. All rights reserved.