Home
last modified time | relevance | path

Searched refs:pDeviceName (Results 1 – 10 of 10) sorted by relevance

/reactos/win32ss/user/user32/misc/
H A Ddisplay.c530 PUNICODE_STRING pDeviceName = &DeviceName; in ChangeDisplaySettingsExA() local
534 if (!RtlCreateUnicodeStringFromAsciiz(pDeviceName, (PCSZ)lpszDeviceName)) in ChangeDisplaySettingsExA()
541 pDeviceName = NULL; in ChangeDisplaySettingsExA()
549 rc = NtUserChangeDisplaySettings(pDeviceName, pDevModeW, dwflags, lParam); in ChangeDisplaySettingsExA()
556 rc = NtUserChangeDisplaySettings(pDeviceName, NULL, dwflags, lParam); in ChangeDisplaySettingsExA()
594 PUNICODE_STRING pDeviceName = &DeviceName; in ChangeDisplaySettingsExW() local
597 RtlInitUnicodeString(pDeviceName, lpszDeviceName); in ChangeDisplaySettingsExW()
599 pDeviceName = NULL; in ChangeDisplaySettingsExW()
601 rc = NtUserChangeDisplaySettings(pDeviceName, lpDevMode, dwflags, lParam); in ChangeDisplaySettingsExW()
/reactos/win32ss/printing/base/winspool/
H A Dprinterdata.c27 AdvancedDocumentPropertiesA(HWND hWnd, HANDLE hPrinter, PSTR pDeviceName, PDEVMODEA pDevModeOutput,… in AdvancedDocumentPropertiesA() argument
29 …TRACE("AdvancedDocumentPropertiesA(%p, %p, %s, %p, %p)\n", hWnd, hPrinter, pDeviceName, pDevModeOu… in AdvancedDocumentPropertiesA()
35 AdvancedDocumentPropertiesW(HWND hWnd, HANDLE hPrinter, PWSTR pDeviceName, PDEVMODEW pDevModeOutput… in AdvancedDocumentPropertiesW() argument
37 …TRACE("AdvancedDocumentPropertiesW(%p, %p, %S, %p, %p)\n", hWnd, hPrinter, pDeviceName, pDevModeOu… in AdvancedDocumentPropertiesW()
H A Dports.c103 GetMonitorUIFullName( PWSTR pDeviceName, PWSTR *pModuleName ) in GetMonitorUIFullName() argument
123 hr = StringCchCatW( SysDir, MAX_PATH*sizeof(WCHAR), pDeviceName ); in GetMonitorUIFullName()
138 GetMonitorUIActivationContext( PWSTR pDeviceName, PMONITORUIDATA pmuid ) in GetMonitorUIActivationContext() argument
144 FIXME("GMUIAC : Module pDeviceName %S\n",pDeviceName); in GetMonitorUIActivationContext()
146 if ( !GetMonitorUIFullName( pDeviceName, &pmuid->pModuleName ) ) in GetMonitorUIActivationContext()
H A Dprinters.c666 DocumentPropertiesA(HWND hWnd, HANDLE hPrinter, LPSTR pDeviceName, PDEVMODEA pDevModeOutput, PDEVMO… in DocumentPropertiesA() argument
674 …FIXME("DocumentPropertiesA(%p, %p, %s, %p, %p, %lu)\n", hWnd, hPrinter, pDeviceName, pDevModeOutpu… in DocumentPropertiesA()
676 if (pDeviceName) in DocumentPropertiesA()
679 cch = strlen(pDeviceName); in DocumentPropertiesA()
689 MultiByteToWideChar(CP_ACP, 0, pDeviceName, -1, pwszDeviceName, cch + 1); in DocumentPropertiesA()
1177 DocumentPropertiesW(HWND hWnd, HANDLE hPrinter, LPWSTR pDeviceName, PDEVMODEW pDevModeOutput, PDEVM… in DocumentPropertiesW() argument
1183 …FIXME("DocumentPropertiesW(%p, %p, %S, %p, %p, %lu)\n", hWnd, hPrinter, pDeviceName, pDevModeOutpu… in DocumentPropertiesW()
1189 else if (!OpenPrinterW(pDeviceName, &hUseHandle, NULL)) in DocumentPropertiesW()
1205 docprophdr.pszPrinterName = pDeviceName; in DocumentPropertiesW()
H A Ddevmode.c385 LPSTR pDeviceName, in ExtDeviceMode() argument
/reactos/sdk/include/psdk/
H A Dicm.h228 PCSTR pDeviceName; member
252 PCWSTR pDeviceName; member
H A Dwinspool.h1010 …LONG WINAPI DocumentPropertiesA(HWND hWnd,HANDLE hPrinter,LPSTR pDeviceName,PDEVMODEA pDevModeOutp…
1011 …LONG WINAPI DocumentPropertiesW(HWND hWnd,HANDLE hPrinter,LPWSTR pDeviceName,PDEVMODEW pDevModeOut…
1012 …LONG WINAPI AdvancedDocumentPropertiesA(HWND hWnd,HANDLE hPrinter,LPSTR pDeviceName,PDEVMODEA pDev…
1013 …LONG WINAPI AdvancedDocumentPropertiesW(HWND hWnd,HANDLE hPrinter,LPWSTR pDeviceName,PDEVMODEW pDe…
1014 …LONG WINAPI ExtDeviceMode(HWND hWnd,HANDLE hInst,LPDEVMODEA pDevModeOutput,LPSTR pDeviceName,LPSTR…
H A Dwinddi.h2957 _In_ LPSTR pDeviceName,
/reactos/dll/win32/mscms/
H A Dprofile.c716 FIXME( "ET_DEVICENAME: %s\n", debugstr_w(rec->pDeviceName) ); in match_profile()
841 if (record->pDeviceName) in EnumColorProfilesA()
843 deviceW = strdupW( record->pDeviceName ); in EnumColorProfilesA()
844 if (!(recordW.pDeviceName = deviceW)) goto exit; in EnumColorProfilesA()
/reactos/sdk/include/ddk/
H A Dd3dkmthk.h2272 …D3DKMT_PTR(PCWSTR, pDeviceName); // in: NULL terminated string containing the devi…