NativeMethodsCreateDC Method

Definition

Namespace: MbcsCentral
Assembly: MbcsCentral (in MbcsCentral.exe) Version: 2.0.1.15 (2.0.1.15)
C#
public static IntPtr CreateDC(
	string lpszDriver,
	string lpszDeviceName,
	string lpszOutput,
	IntPtr devMode
)

Parameters

lpszDriver  String
 
lpszDeviceName  String
 
lpszOutput  String
 
devMode  IntPtr
 

Return Value

IntPtr

See Also