使用手册
EP_RegShowDialogEP_RegShowDialog shows a registration dialog that is designed and enabled on the REGISTRATION FEATURES - Registration Dialog panel. Note, Registration Dialog feature should be enabled, otherwize dialog will not be shown. Also, any Exit application actions in the Registration Dialog will not exit the application, but just close dialog window. Return ValueFunction 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. |