3 references to CreateICW
System.Private.Windows.Core (3)
Windows.Win32.PInvokeCore.GDI32.dll.g.cs (2)
302
/// <inheritdoc cref="
CreateICW
(winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Foundation.PCWSTR, winmdroot.Graphics.Gdi.DEVMODEW*)"/>
313
winmdroot.Graphics.Gdi.HDC __result = PInvokeCore.
CreateICW
(pszDriverLocal, pszDeviceLocal, pszPortLocal, pdm.HasValue ? &pdmLocal : null);
Windows\Win32\Graphics\Gdi\CreateDcScope.cs (1)
47
? PInvokeCore.
CreateICW
(driver, device, null, lpInitData)