mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 19:31:37 +00:00
[SHELL] Add SHOpenFolderAndSelectItems to shlobj.h.
This commit is contained in:
parent
e410a12242
commit
aee6cbc50a
4 changed files with 9 additions and 16 deletions
|
@ -320,6 +320,14 @@ SHObjectProperties(
|
|||
_In_ LPCWSTR,
|
||||
_In_opt_ LPCWSTR);
|
||||
|
||||
HRESULT
|
||||
WINAPI
|
||||
SHOpenFolderAndSelectItems(
|
||||
_In_ PCIDLIST_ABSOLUTE pidlFolder,
|
||||
_In_ UINT cidl,
|
||||
_In_reads_opt_(cidl) PCUITEMID_CHILD_ARRAY,
|
||||
_In_ DWORD);
|
||||
|
||||
#define PCS_FATAL 0x80000000
|
||||
#define PCS_REPLACEDCHAR 0x00000001
|
||||
#define PCS_REMOVEDCHAR 0x00000002
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue