DrawEscape (gdi32)
Last changed: -176.88.97.204

.
Summary
TODO - a short description

C# Signature:

[DllImport("gdi32.dll", EntryPoint="DrawEscape")]
public static extern  int DrawEscape([In] System.IntPtr hdc, int iEscape, int cjIn, [In] [MarshalAs(UnmanagedType.LPStr)] string lpIn);

VB Signature:

<System.Runtime.InteropServices.DllImportAttribute("gdi32.dll", EntryPoint:="DrawEscape")>  _
Public Shared Function DrawEscape(<In()> ByVal hdc As System.IntPtr, ByVal iEscape As Integer, ByVal cjIn As Integer, <In(), MarshalAs(UnmanagedType.LPStr)> ByVal lpIn As String) As Integer
End Function

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation
DrawEscape on MSDN