<DllImport("gdi32.dll", SetLastError:=True, CharSet:=CharSet.Ansi)> _
public Function CreateDC(<MarshalAs(UnmanagedType.LPStr)>lpszDriver As String, _
<MarshalAs(UnmanagedType.LPStr)>lpszDevice As String, _
<MarshalAs(UnmanagedType.LPStr)>lpszOutput As String, _
lpInitData As IntPtr) As IntPtr
End Function
VB Signature:
Declare Function CreateDC Lib "gdi32.dll" ( _
lpszDriver As String, lpszDevice As String, _
lpszOutput As String, lpInitData As IntPtr) As IntPtr
Notes:
None.
Tips & Tricks:
Please add some!
Sample Code:
Please add some!
Alternative Managed API:
Do you know one? Please contribute it!
Please edit this page!
Do you have...
helpful tips or sample code to share for using this API in managed code?
corrections to the existing content?
variations of the signature you want to share?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more).