/reactos/base/shell/explorer/ |
H A D | trayntfy.cpp | 137 BOOL GetMinimumSize(IN OUT PSIZE pSize) in GetMinimumSize() argument 147 clockSize.cy = pSize->cy; in GetMinimumSize() 153 clockSize.cx = pSize->cx; in GetMinimumSize() 186 showDesktopSize.cy = pSize->cy; in GetMinimumSize() 190 showDesktopSize.cx = pSize->cx; in GetMinimumSize() 198 pSize->cx = 2 * TRAY_NOTIFY_WND_SPACING_X; in GetMinimumSize() 204 pSize->cx += showDesktopButtonExtent; in GetMinimumSize() 206 pSize->cx += traySize.cx; in GetMinimumSize() 211 pSize->cy = 2 * TRAY_NOTIFY_WND_SPACING_Y; in GetMinimumSize() 217 pSize->cy += showDesktopButtonExtent; in GetMinimumSize() [all …]
|
H A D | trayclock.cpp | 85 WORD GetMinimumSize(IN BOOL Horizontal, IN OUT PSIZE pSize); 258 WORD CTrayClockWnd::GetMinimumSize(IN BOOL Horizontal, IN OUT PSIZE pSize) in GetMinimumSize() argument 283 pSize->cy - (2 * TRAY_CLOCK_WND_SPACING_Y)) in GetMinimumSize() 290 if (LineSizes[i].cx > pSize->cx - (2 * TRAY_CLOCK_WND_SPACING_X)) in GetMinimumSize() 310 *pSize = szMax; in GetMinimumSize()
|
/reactos/base/applications/msconfig_new/ |
H A D | utils.c | 93 OUT size_t* pSize OPTIONAL) in LoadResourceStringEx() 107 if (pSize) in LoadResourceStringEx() 108 *pSize = iStrSize + 1; in LoadResourceStringEx() 112 if (pSize) in LoadResourceStringEx() 113 *pSize = 0; in LoadResourceStringEx() 124 IN size_t* pSize OPTIONAL) in LoadConditionalResourceStringEx() 128 pSize); in LoadConditionalResourceStringEx()
|
H A D | utils.h | 39 OUT size_t* pSize OPTIONAL); 46 IN size_t* pSize OPTIONAL);
|
/reactos/win32ss/user/winsrv/consrv/condrv/ |
H A D | dummyterm.c | 113 PCOORD pSize) in DummyGetLargestConsoleWindowSize() argument 116 if (!pSize) return; in DummyGetLargestConsoleWindowSize() 117 pSize->X = 80; in DummyGetLargestConsoleWindowSize() 118 pSize->Y = 25; in DummyGetLargestConsoleWindowSize()
|
/reactos/modules/rosapps/lib/vfdlib/ |
H A D | vfdzip.c | 35 ULONG *pSize) in ExtractZipInfo() argument 38 UNREFERENCED_PARAMETER(pSize); in ExtractZipInfo() 135 ULONG *pSize) in ExtractZipInfo() argument 174 *pSize = zip_hdr.uncompressed_size; in ExtractZipInfo()
|
H A D | vfdlib.h | 78 ULONG *pSize);
|
/reactos/sdk/lib/cicero/ |
H A D | cicuif.cpp | 697 pSize->cx = pSize->cy = -1; in STDMETHODIMP_() 700 pSize->cx = pSize->cy = !!(dwUnknownFlags & 0x20); in STDMETHODIMP_() 706 pSize->cx = pSize->cy = -((dwUnknownFlags & 1) != 0); in STDMETHODIMP_() 711 pSize->cx = pSize->cy = -1; in STDMETHODIMP_() 714 pSize->cx = pSize->cy = !!(dwUnknownFlags & 0x8); in STDMETHODIMP_() 721 pSize->cx = pSize->cy = !!(dwUnknownFlags & 0x80); in STDMETHODIMP_() 725 pSize->cx = pSize->cy = -1; in STDMETHODIMP_() 1381 if (pSize) in cicGetIconBitmaps() 1383 size = *pSize; in cicGetIconBitmaps() 2926 pSize->cx = pSize->cy; in GetTextSize() [all …]
|
H A D | cicuif.h | 403 BOOL cicGetIconBitmaps(HICON hIcon, HBITMAP *hbm1, HBITMAP *hbm2, const SIZE *pSize); 436 STDMETHOD_(void, GetCtrlFaceOffset)(DWORD, DWORD dwDrawFlags, LPSIZE pSize) = 0; 440 …ETHOD_(void, DrawCtrlIcon)(HDC hDC, LPCRECT prc, HICON hIcon, DWORD dwDrawFlags, LPSIZE pSize) = 0; 470 …STDMETHOD_(void, GetCtrlFaceOffset)(DWORD dwUnknownFlags, DWORD dwDrawFlags, LPSIZE pSize) overrid… 604 STDMETHOD_(void, GetWindowFrameSize)(LPSIZE pSize); 643 void GetTipWindowSize(LPSIZE pSize); 842 void GetIconSize(HICON hIcon, LPSIZE pSize); 843 void GetTextSize(LPCWSTR pszText, LPSIZE pSize); 977 void GetFrameSize(LPSIZE pSize); 1057 void GetButtonSize(LPSIZE pSize); [all …]
|
/reactos/win32ss/gdi/ntgdi/ |
H A D | coord.c | 673 LPSIZE pSize) in NtGdiScaleViewportExtEx() argument 723 if (pSize) in NtGdiScaleViewportExtEx() 727 ProbeForWrite(pSize, sizeof(SIZE), 1); in NtGdiScaleViewportExtEx() 729 pSize->cx = pdcattr->szlViewportExt.cx; in NtGdiScaleViewportExtEx() 730 pSize->cy = pdcattr->szlViewportExt.cy; in NtGdiScaleViewportExtEx() 752 LPSIZE pSize) in NtGdiScaleWindowExtEx() argument 767 if (pSize) in NtGdiScaleWindowExtEx() 773 ProbeForWrite(pSize, sizeof(SIZE), 1); in NtGdiScaleWindowExtEx() 777 pSize->cx = X; in NtGdiScaleWindowExtEx() 778 pSize->cy = pdcattr->szlWindowExt.cy; in NtGdiScaleWindowExtEx()
|
H A D | text.c | 142 LPSIZE pSize, in GreGetTextExtentExW() argument 150 if ( (!String && Count ) || !pSize ) in GreGetTextExtentExW() 180 pSize, in GreGetTextExtentExW()
|
/reactos/dll/win32/ole32/ |
H A D | ftmarshal.c | 151 void *pvDestContext, DWORD mshlflags, DWORD * pSize) in FTMarshalImpl_GetMarshalSizeMax() argument 158 dwDestContext, pvDestContext, mshlflags, pSize); in FTMarshalImpl_GetMarshalSizeMax() 163 *pSize = sizeof (mshlflags) + sizeof (pv) + sizeof (DWORD) + sizeof (GUID); in FTMarshalImpl_GetMarshalSizeMax() 169 … = IMarshal_GetMarshalSizeMax (pMarshal, riid, pv, dwDestContext, pvDestContext, mshlflags, pSize); in FTMarshalImpl_GetMarshalSizeMax()
|
H A D | compositemoniker.c | 1368 void* pvDestContext, DWORD mshlflags, DWORD* pSize) in CompositeMonikerMarshalImpl_GetMarshalSizeMax() argument 1377 dwDestContext, pvDestContext, mshlflags, pSize); in CompositeMonikerMarshalImpl_GetMarshalSizeMax() 1379 *pSize = 0x10; /* to match native */ in CompositeMonikerMarshalImpl_GetMarshalSizeMax() 1392 *pSize += size; in CompositeMonikerMarshalImpl_GetMarshalSizeMax()
|
H A D | moniker.c | 1608 void* pvDestContext, DWORD mshlflags, DWORD* pSize) in MonikerMarshal_GetMarshalSizeMax() argument 1615 dwDestContext, pvDestContext, mshlflags, pSize); in MonikerMarshal_GetMarshalSizeMax() 1619 *pSize = (DWORD)size.QuadPart; in MonikerMarshal_GetMarshalSizeMax()
|
/reactos/boot/freeldr/freeldr/arch/i386/xbox/ |
H A D | machxbox.c | 94 XboxGetHarddiskConfigurationData(UCHAR DriveNumber, ULONG* pSize) in XboxGetHarddiskConfigurationData() argument 102 *pSize = 0; in XboxGetHarddiskConfigurationData() 150 *pSize = Size; in XboxGetHarddiskConfigurationData()
|
/reactos/win32ss/user/winsrv/consrv/include/ |
H A D | term.h | 34 #define TermGetLargestConsoleWindowSize(Console, pSize) \ argument 35 (Console)->TermIFace.Vtbl->GetLargestConsoleWindowSize(&(Console)->TermIFace, (pSize))
|
H A D | conio.h | 249 PCOORD pSize);
|
H A D | conio_winsrv.h | 76 PCOORD pSize);
|
/reactos/boot/freeldr/freeldr/include/arch/pc/ |
H A D | hardware.h | 57 (*GET_HARDDISK_CONFIG_DATA)(UCHAR DriveNumber, ULONG* pSize);
|
/reactos/win32ss/user/winsrv/consrv/frontends/gui/ |
H A D | guiterm.c | 935 PCOORD pSize) in GuiGetLargestConsoleWindowSize() argument 944 if (!pSize) return; in GuiGetLargestConsoleWindowSize() 991 pSize->X = (SHORT)(Width / (int)WidthUnit ) /* HACK */ + 2; in GuiGetLargestConsoleWindowSize() 992 pSize->Y = (SHORT)(Height / (int)HeightUnit) /* HACK */ + 1; in GuiGetLargestConsoleWindowSize()
|
/reactos/dll/win32/riched20/ |
H A D | richole.c | 5740 convert_sizel(c, &run->reobj->obj.sizel, pSize); in ME_GetOLEObjectSize() 5743 pSize->cx = MulDiv(pSize->cx, c->editor->nZoomNumerator, c->editor->nZoomDenominator); in ME_GetOLEObjectSize() 5744 pSize->cy = MulDiv(pSize->cy, c->editor->nZoomNumerator, c->editor->nZoomDenominator); in ME_GetOLEObjectSize() 5751 pSize->cx = pSize->cy = 0; in ME_GetOLEObjectSize() 5758 pSize->cx = pSize->cy = 0; in ME_GetOLEObjectSize() 5773 pSize->cx = pSize->cy = 0; in ME_GetOLEObjectSize() 5784 pSize->cx = dibsect.dsBm.bmWidth; in ME_GetOLEObjectSize() 5785 pSize->cy = dibsect.dsBm.bmHeight; in ME_GetOLEObjectSize() 5789 pSize->cx = emh.rclBounds.right - emh.rclBounds.left; in ME_GetOLEObjectSize() 5799 pSize->cx = MulDiv(pSize->cx, c->editor->nZoomNumerator, c->editor->nZoomDenominator); in ME_GetOLEObjectSize() [all …]
|
/reactos/win32ss/user/winsrv/consrv/frontends/tui/ |
H A D | tuiterm.c | 1109 PCOORD pSize) in TuiGetLargestConsoleWindowSize() argument 1111 if (!pSize) return; in TuiGetLargestConsoleWindowSize() 1112 *pSize = PhysicalConsoleSize; in TuiGetLargestConsoleWindowSize()
|
/reactos/boot/freeldr/freeldr/arch/i386/pc98/ |
H A D | pc98hw.c | 316 Pc98GetHarddiskConfigurationData(UCHAR DriveNumber, ULONG* pSize) in Pc98GetHarddiskConfigurationData() argument 323 *pSize = 0; in Pc98GetHarddiskConfigurationData() 368 *pSize = Size; in Pc98GetHarddiskConfigurationData()
|
/reactos/boot/freeldr/freeldr/arch/i386/pc/ |
H A D | machpc.c | 120 PcGetHarddiskConfigurationData(UCHAR DriveNumber, ULONG* pSize) in PcGetHarddiskConfigurationData() argument 128 *pSize = 0; in PcGetHarddiskConfigurationData() 176 *pSize = Size; in PcGetHarddiskConfigurationData()
|
/reactos/base/services/dhcpcsvc/ |
H A D | dhcpcsvc.c | 268 LPDWORD pSize, in DhcpRequestParams() argument
|