Home
last modified time | relevance | path

Searched refs:NM_OUTOFMEMORY (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/comctl32/
H A Dtrackbar.c164 notify(infoPtr, NM_OUTOFMEMORY); in TRACKBAR_RecalculateTics()
1420 notify(infoPtr, NM_OUTOFMEMORY);
/reactos/win32ss/user/user32/windows/
H A Dspy.c1783 SPNFY(NM_OUTOFMEMORY, NMHDR),
/reactos/sdk/include/psdk/
H A Dcommctrl.h129 #define NM_OUTOFMEMORY (NM_FIRST-1) macro
/reactos/sdk/include/reactos/
H A Dmsgdump.h491 case NM_OUTOFMEMORY: return TEXT("NM_OUTOFMEMORY"); in MD_GetNotifyCode()