Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 130 of file cdlg32.c.
Referenced by FindTextA(), FindTextW(), ReplaceTextA(), and ReplaceTextW().
{ LPVOID ptr = HeapAlloc(GetProcessHeap(), HEAP_ZERO_MEMORY, size); if(!ptr) { COMDLG32_SetCommDlgExtendedError(CDERR_MEMALLOCFAILURE); return NULL; } return ptr; }