QHTM_OPT_SET_FORM_SUBMIT_CALLBACK
Set (not get) the function used by QHTM when the user hits submit on a form POST.
Parameters
- wParam
- Must be QHTM_OPT_SET_FORM_SUBMIT_CALLBACK.
- lParam
- Function pointer of type funcQHTMFORMCallback
Return value
None
Remarks
You can also use the message cracker macroQHTM_SetFormSubmitCallback
Example
See funcQHTMFORMCallbackSee also funcQHTMFORMCallback