mirror of
https://github.com/reactos/reactos.git
synced 2025-06-24 19:50:27 +00:00
[SHELL32][SHELL32_APITEST] Add SHGetAttributesFromDataObject
This commit is contained in:
parent
1f44552d36
commit
e5ea6041c9
8 changed files with 503 additions and 14 deletions
|
@ -2476,6 +2476,18 @@ SHRunControlPanel(
|
|||
_In_ LPCWSTR commandLine,
|
||||
_In_opt_ HWND parent);
|
||||
|
||||
/****************************************************************************
|
||||
* SHGetAttributesFromDataObject
|
||||
*/
|
||||
|
||||
HRESULT
|
||||
WINAPI
|
||||
SHGetAttributesFromDataObject(
|
||||
_In_opt_ IDataObject* pdo,
|
||||
DWORD dwAttributeMask,
|
||||
_Out_opt_ DWORD* pdwAttributes,
|
||||
_Out_opt_ UINT* pcItems);
|
||||
|
||||
/****************************************************************************
|
||||
* SHOpenWithDialog
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue