Export the AbortDlg and AbortProc Functions

You need to export the AbortDlg dialog function and the AbortProc function. Add the following lines to your module-definition file under the EXPORTS statement:

AbortDlg @5 ; Called so user can cancel the print function

AbortProc @6 ; Processes messages intended for the Abort dialog box