Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dshlexec.cpp2070 CComPtr<IShellExecuteHookW> pSEH; in SHELL_execute() local
2072 …hr = SHBindToParent((LPCITEMIDLIST)sei_tmp.lpIDList, IID_PPV_ARG(IShellExecuteHookW, &pSEH), NULL); in SHELL_execute()
2076 hr = pSEH->Execute(&sei_tmp); in SHELL_execute()