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 "EndDoc" in [All]

winfax

.

static extern bool FaxSendDocumentForBroadcast (IntPtr FaxHandle,

.

Declare Function FaxSendDocumentForBroadcast Lib "winfax.dll" (TODO) As TODO

.
Documentation
[FaxSendDocumentForBroadcast] on MSDN

mapi32

.
Summary
MAPISendDocuments - Sends a standard message with one or more attached files and a cover note.
.

  /// The MAPISendDocuments function sends a standard message with one or more attached files and a cover note.

.

  /// message. MAPISendDocuments differs from the MAPISendMail function in that it allows

.

  public static extern uint MAPISendDocuments(IntPtr ulUIParam, string lpszDelimChar, string lpszFullPaths,

.

MAPISendDocuments (....);

.
Documentation
[MAPISendDocuments] on MSDN
.

  /// This function differs from the MAPISendDocuments function in that it allows greater

winspool

.
Documentation
[EndDoc] on MSDN
.
Summary
.

static extern int EndDocPrinter(IntPtr hPrinter);

.
Documentation
[EndDoc] on MSDN
.

        EndDocPrinter(hPrinter);

gdi32

.
Summary
.

static extern int EndDoc(IntPtr hdc);

.

  Public Function EndDoc(ByVal hdc As IntPtr) As Integer

.
Documentation
[EndDoc] on MSDN

 
Access PInvoke.net directly from VS: