[SHELL32][SHELL32_APITEST] Add SHGetAttributesFromDataObject

This commit is contained in:
Mark Jansen 2021-07-23 20:34:02 +02:00
parent 1f44552d36
commit e5ea6041c9
No known key found for this signature in database
GPG key ID: B39240EE84BEAE8B
8 changed files with 503 additions and 14 deletions

View file

@ -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
*/