https://git.reactos.org/?p=reactos.git;a=commitdiff;h=d2f25ebc6a2fa25cc1058481685bdb13952a928d
commit d2f25ebc6a2fa25cc1058481685bdb13952a928d Author: Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com> AuthorDate: Wed Sep 2 12:47:19 2020 +0900 Commit: Katayama Hirofumi MZ <katayama.hirofumi...@gmail.com> CommitDate: Wed Sep 2 12:47:19 2020 +0900 [SDK][INCLUDE] Improve EXPLORER_CMDLINE_PARSE_RESULTS structure --- sdk/include/reactos/browseui_undoc.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/sdk/include/reactos/browseui_undoc.h b/sdk/include/reactos/browseui_undoc.h index f90ac9ada1c..e1017bd7d97 100644 --- a/sdk/include/reactos/browseui_undoc.h +++ b/sdk/include/reactos/browseui_undoc.h @@ -106,10 +106,7 @@ typedef struct ExplorerCommandLineParseResults DWORD offset18; DWORD offset1C; LPITEMIDLIST pidlRoot; - DWORD offset24; - DWORD offset28; - DWORD offset2C; - DWORD offset30; + CLSID clsid; GUID guidInproc; } EXPLORER_CMDLINE_PARSE_RESULTS, *PEXPLORER_CMDLINE_PARSE_RESULTS;