Home
last modified time | relevance | path

Searched refs:MAXSHORT (Results 1 – 7 of 7) sorted by relevance

/reactos/dll/win32/shlwapi/
H A Dutils.cpp80 hr = pCM->QueryContextMenu(hMenu, 0, 1, MAXSHORT, fCMF | CMF_DEFAULTONLY); in SHInvokeCommandOnContextMenuInternal()
101 hr = pCM->QueryContextMenu(hMenu, 0, 1, MAXSHORT, fCMF); in SHInvokeCommandOnContextMenuInternal()
/reactos/sdk/include/ndk/
H A Dumtypes.h114 #define MAXSHORT 0x7fff macro
/reactos/subsystems/csr/csrlib/
H A Dconnect.c375 if (DataLength > (MAXSHORT - sizeof(CSR_API_MESSAGE))) in CsrClientCallServer()
/reactos/dll/win32/psapi/
H A Dpsapi.c447 DWORD Size = MAXSHORT, Count; in EnumProcesses()
464 Size += MAXSHORT; in EnumProcesses()
/reactos/drivers/storage/mountmgr/
H A Ddevice.c1742 if (MountPoint->SymbolicLinkNameLength > MAXSHORT) in MountMgrQueryPoints()
1785 if (MountPoint->DeviceNameLength > MAXSHORT) in MountMgrQueryPoints()
/reactos/sdk/include/xdk/
H A Dntbasedef.h749 #define MAXSHORT 0x7fff macro
/reactos/subsystems/mvdm/ntvdm/hardware/video/
H A Dsvga.c722 UpdateRectangle.Left = UpdateRectangle.Top = MAXSHORT; in VgaMarkForUpdate()