Sponsors
CreateDC
Function name: CreateDC
Defined in : GDI32
Requirements : Windows NT 3.1 or later; Windows 95 or later
Declaration:
Declare Function CreateDC Lib "gdi32" Alias "CreateDCA" (ByVal lpDriverName As String, ByVal lpDeviceName As String, ByVal lpOutput As String, lpInitData As DEVMODE) As Long
Parameters:
Returns:
Related functions:
Examples:
Sorry, this function has no examples yet.