Searched refs:sMInfo (Results 1 – 1 of 1) sorted by relevance
150 MONITORINFO sMInfo; in OsInitOS() local191 sMInfo.cbSize = sizeof(sMInfo); in OsInitOS()192 bRet = GetMonitorInfo(hMonitor, &sMInfo); in OsInitOS()200 (m_pShell->m_pShellData->nShellDimX > (sMInfo.rcMonitor.right - sMInfo.rcMonitor.left)) || in OsInitOS()201 (m_pShell->m_pShellData->nShellDimY > (sMInfo.rcMonitor.bottom - sMInfo.rcMonitor.top))) in OsInitOS()260 m_pShell->m_pShellData->nShellDimX = sMInfo.rcMonitor.right; in OsInitOS()261 m_pShell->m_pShellData->nShellDimY = sMInfo.rcMonitor.bottom; in OsInitOS()