StartDoc method (IEPrint)

Visual Basic example

Visual C++ example

 

Syntax

short StartDoc(long hDC, BSTR DocName);

Overview

Refer to Redirecting to a Printer Redirection List

Remarks

Starts a print job.

Support for Basic functionality must be unlocked by calling the UnlockSupport method before using this method.

This method must be called before using the device context returned by one of the CreateXXXDC methods.

See Also

Elements:

CreateSaveDC method, CreateEmailDC method, DeleteDC method, StartPage method, EndPage method, EndDoc method, CreateRedirectionDC method

Topics:

ePrint: Print Job