/reactos/win32ss/user/user32/misc/ |
H A D | display.c | 183 LPCSTR lpszDeviceName, in EnumDisplaySettingsExA() argument 194 if (lpszDeviceName) in EnumDisplaySettingsExA() 313 LPCSTR lpszDeviceName, in EnumDisplaySettingsA() argument 331 LPCWSTR lpszDeviceName, in EnumDisplaySettingsExW() argument 342 if (lpszDeviceName) in EnumDisplaySettingsExW() 409 LPCWSTR lpszDeviceName, in EnumDisplaySettingsW() argument 522 LPCSTR lpszDeviceName, in ChangeDisplaySettingsExA() argument 532 if (lpszDeviceName != NULL) in ChangeDisplaySettingsExA() 558 if (lpszDeviceName != NULL) in ChangeDisplaySettingsExA() 586 LPCWSTR lpszDeviceName, in ChangeDisplaySettingsExW() argument [all …]
|
/reactos/dll/directx/d3d9/ |
H A D | adapter.c | 42 LPCSTR lpszDeviceName; member 150 BOOL GetAdapterInfo(LPCSTR lpszDeviceName, D3DADAPTER_IDENTIFIER9* pIdentifier) in GetAdapterInfo() argument 163 if (_stricmp(lpszDeviceName, DisplayDevice.DeviceName) == 0) in GetAdapterInfo() 284 static D3DFORMAT Get16BitD3DFormat(LPCSTR lpszDeviceName) in Get16BitD3DFormat() argument 291 if (NULL == (hDC = CreateDCA(NULL, lpszDeviceName, NULL, NULL))) in Get16BitD3DFormat() 333 BOOL GetAdapterMode(LPCSTR lpszDeviceName, D3DDISPLAYMODE* pMode) in GetAdapterMode() argument 339 if (FALSE == EnumDisplaySettingsA(lpszDeviceName, ENUM_CURRENT_SETTINGS, &DevMode)) in GetAdapterMode() 353 pMode->Format = Get16BitD3DFormat(lpszDeviceName); in GetAdapterMode() 384 if (_stricmp(lpAdapterMonitor->lpszDeviceName, MonitorInfoEx.szDevice) == 0) in AdapterMonitorEnumProc() 393 HMONITOR GetAdapterMonitor(LPCSTR lpszDeviceName) in GetAdapterMonitor() argument [all …]
|
H A D | adapter.h | 12 BOOL GetAdapterInfo(LPCSTR lpszDeviceName, D3DADAPTER_IDENTIFIER9* pIdentifier); 14 BOOL GetAdapterMode(LPCSTR lpszDeviceName, D3DDISPLAYMODE* pMode); 18 HMONITOR GetAdapterMonitor(LPCSTR lpszDeviceName);
|
H A D | d3d9_caps.h | 17 void CreateDisplayModeList(LPCSTR lpszDeviceName, D3DDISPLAYMODE* pDisplayModes, DWORD* pNumDisplay… 26 LPCSTR lpszDeviceName,
|
H A D | d3d9_caps.c | 17 void CreateDisplayModeList(LPCSTR lpszDeviceName, D3DDISPLAYMODE* pDisplayModes, DWORD* pNumDisplay… in CreateDisplayModeList() argument 23 while (TRUE == EnumDisplaySettingsA(lpszDeviceName, ModeIndex, &DevMode)) in CreateDisplayModeList() 70 static void CreateInternalDeviceData(HDC hDC, LPCSTR lpszDeviceName, D3D9_Unknown6BC** ppUnknown, D… in CreateInternalDeviceData() argument 100 SafeCopyString(pUnknown6BC->szDeviceName, CCHDEVICENAME, lpszDeviceName); in CreateInternalDeviceData() 337 LPCSTR lpszDeviceName, in GetD3D9DriverInfo() argument 812 GetAdapterMode(lpszDeviceName, &CurrentDisplayMode); in GetD3D9DriverInfo() 846 hMonitor = GetAdapterMonitor(lpszDeviceName); in GetD3D9DriverInfo()
|
/reactos/dll/win32/rasdlg/ |
H A D | rasdlg.c | 48 RasMonitorDlgA(LPSTR lpszDeviceName, LPRASMONITORDLG lpInfo) in RasMonitorDlgA() argument 50 FIXME("(%s,%p),stub!\n",lpszDeviceName,lpInfo); in RasMonitorDlgA() 55 RasMonitorDlgW(LPWSTR lpszDeviceName, LPRASMONITORDLG lpInfo) in RasMonitorDlgW() argument 57 FIXME("(%s,%p),stub!\n",lpszDeviceName,lpInfo); in RasMonitorDlgW()
|
/reactos/modules/rostests/apitests/appshim/ |
H A D | dispmode.c | 77 static BOOL (WINAPI *pEnumDisplaySettingsA)(_In_opt_ LPCSTR lpszDeviceName, _In_ DWORD iModeNum, _I… 78 BOOL WINAPI mEnumDisplaySettingsA(_In_opt_ LPCSTR lpszDeviceName, _In_ DWORD iModeNum, _Inout_ PDEV… in mEnumDisplaySettingsA() argument 81 if (pEnumDisplaySettingsA(lpszDeviceName, iModeNum, lpDevMode)) in mEnumDisplaySettingsA()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 143 …e FORWARD_WM_DEVMODECHANGE(hwnd,lpszDeviceName,fn) (void)(fn)((hwnd),WM_DEVMODECHANGE,0,(LPARAM)(L… argument
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 1746 PUNICODE_STRING lpszDeviceName, 2090 PUNICODE_STRING lpszDeviceName,
|
/reactos/sdk/include/reactos/ |
H A D | msgdump.h | 273 MD_OnDevModeChange(HWND hwnd, LPCTSTR lpszDeviceName) in MD_OnDevModeChange() argument 277 MSGDUMP_PREFIX, (void *)hwnd, (LPCWSTR)lpszDeviceName); in MD_OnDevModeChange() 280 MSGDUMP_PREFIX, (void *)hwnd, (LPCSTR)lpszDeviceName); in MD_OnDevModeChange()
|