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:
Definition
extern "C" __declspec( dllimport ) __stdcall void EP_RegShowDialog();
Examples
See function examples in the installation folder, Examples\RegistrationShowDialog subfolder. |