4 references to CreateDCW
System.Private.Windows.Core (4)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
162
/// <inheritdoc cref="
CreateDCW
(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Graphics.Gdi.DEVMODEW*)"/>
173
winmdroot.Graphics.Gdi.HDC __result = PInvokeCore.
CreateDCW
(pwszDriverLocal, pwszDeviceLocal, pszPortLocal, pdm.HasValue ? &pdmLocal : null);
Windows\Win32\Graphics\Gdi\CreateDcScope.cs (1)
48
: PInvokeCore.
CreateDCW
(driver, device, null, lpInitData);
Windows\Win32\Graphics\Gdi\GetDcScope.cs (1)
51
/// <see cref="PInvokeCore.
CreateDCW
(PCWSTR, PCWSTR, PCWSTR, DEVMODEW*)" /> is the