enddoc (gdi32)
Last changed: -188.48.87.144

.
Summary

C# Signature:

[DllImport("gdi32.dll")]
static extern int EndDoc(IntPtr hdc);

User-Defined Types:

None.

Notes:

None.

VB Signature:

  <DllImport("gdi32.dll")> _
  Public Function EndDoc(ByVal hdc As IntPtr) As Integer
  End Function

User-Defined Types:

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation
EndDoc on MSDN