17 lines
200 B
C
Raw Normal View History

2001-01-01 00:00:00 +01:00
HDC PrintDC (void) ;
BOOL PrintChart (HWND hWndParent,
PGRAPHSTRUCT pGraph) ;
BOOL StartJob (HDC hDCPrint,
LPTSTR lpszJobName) ;
BOOL EndJob (HDC hDCPrint) ;