Manual
EP_RegShowDialogEP_RegShowDialog shows a registration dialog that is designed and enabled on the REGISTRATION FEATURES - Registration Dialog panel. Note that the Registration Dialog feature should be enabled, otherwise the dialog will not be shown. Also, any Exit application actions in the Registration Dialog will not exit the application, but just close the dialog window. Return ValueThe function does not return any value. RemarkThe function fails in the following cases:
DefinitionShow/Hide C++ function definition extern "C" __declspec( dllimport ) __stdcall void EP_RegShowDialog(); Show/Hide Delphi function definition Show/Hide Visual Basic function definition Show/Hide C# (.NET) function definition ExamplesShow/Hide Delphi function example See function examples in the installation folder, Examples\RegistrationShowDialog subfolder. |