QHTM_PrintSetTextFile
BOOL WINAPI QHTM_PrintSetTextFile( QHTMCONTEXT qhtmCtx, LPCTSTR pcszFilename );
Set the HTML for the given print context using a file.
Parameters
- qhtmCtx
- The print context.
- pcszFilename
- Zero terminated filename to the HTML document.
Return value
non-zero if it succeeds.
Example
if( !QHTM_PrintSetTextFile( qhtmCtx, pcszFilename ) )
{
// Error
}