This website has been designed for use with the FireFox browser. Please use FireFox to view this page.
EndDocPrinter Reference in C#, VB.NET and VB6
Library:winspool.drv
Visual Basic .NET definition
Declare Function EndDocPrinter Lib "winspool.drv" (ByVal hPrinter As Integer) As Integer
C# definition
[DllImport("winspool.drv")]
public static extern int EndDocPrinter(int hPrinter)
Further Information:
For further information on Windows API functions such as these, and how to use these API's in your
C# and VB.NET applications, please refer to the book 'Network programming in .NET' (Buy at Amazon UK) (Buy at Amazon US)