Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dshlexec.cpp1996 CHeapPtr<WCHAR, CLocalAllocator> wszParamAlloc; in SHELL_execute() local
2004 wszParamAlloc.Allocate(len); in SHELL_execute()
2005 wszParameters = wszParamAlloc; in SHELL_execute()
2188 wszParamAlloc.Attach(StrDupW(pszArgs)); in SHELL_execute()
2189 wszParameters = wszParamAlloc; in SHELL_execute()