Search
Module:
Directory

   Desktop Functions:

   Smart Device Functions:


Show Recent Changes
Subscribe (RSS)
Misc. Pages
Comments
FAQ
Helpful Tools
Playground
Suggested Reading
Website TODO List
Download Visual Studio Add-In

Search Results for "StartDoc" in [All]

Structures

.

[DllImport("winspool.drv", EntryPoint="StartDocPrinterW", SetLastError=true,

.

private static extern uint StartDocPrinter(

.

[DllImport("winspool.drv", EntryPoint="StartDocPrinterA", SetLastError=true,

.

private static extern uint StartDocPrinter(

.

Structure StartDocPrinter

.

  Public Function StartDocPrinter(hPrinter As IntPtr, Level As Integer, ByRef pDocInfo As DOC_INFO_1W) As Long

.

  Public Function StartDocPrinter(hPrinter As IntPtr, Level As Integer, ByRef pDocInfo As DOC_INFO_1A) As Long

.
Documentation
[StartDocPrinter] on MSDN

gdi32

.
Summary
.

www.webtropy.com/articles/api/StartDoc.asp

.

static extern int StartDoc(IntPtr hdc, [In] ref DOCINFO lpdi);

.
Documentation
[StartDoc] on MSDN

winspool

.

        if( StartDocPrinter(hPrinter, 1, di) )

Constants

.

        /// A StartDocPrinter call was not issued.

.

        public const int ERROR_SPL_NO_STARTDOC = 3003;


 
Access PInvoke.net directly from VS: