PopPrnt.def: Translation to XDS Modula-2

Last updated: 20. 1.1998, 8:59

<* +M2EXTENSIONS *>
<* +M2EXTENSIONS *>
DEFINITION MODULE PopPrnt;
(*----------------------------------------------
   POPPRNT.C -- Popup Editor Printing Functions
  ----------------------------------------------*)


IMPORT Windows;


    

    

(*++++*****************************************************************)
PROCEDURE [Windows.CALLBACK] PrintDlgProc (hDlg        : Windows.HWND;
                                           msg         : Windows.UINT;
                                           wParam      : Windows.WPARAM;
                                           lParam      : Windows.LPARAM) : Windows.BOOL;
(**********************************************************************)

(*++++*****************************************************************)
PROCEDURE PrintFile (hInst        : Windows.HINSTANCE;
                     hwnd         : Windows.HWND;
                     hwndEdit     : Windows.HWND;
                     szTitleName  : Windows.PSTR) : Windows.BOOL;
(**********************************************************************)
END PopPrnt.