mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 03:03:13 +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
|
@ -1302,20 +1302,6 @@ DWORD WINAPI SHGetComputerDisplayNameW(DWORD param1, DWORD param2, DWORD param3,
|
|||
return E_FAIL;
|
||||
}
|
||||
|
||||
/*
|
||||
* Unimplemented
|
||||
*/
|
||||
EXTERN_C HRESULT
|
||||
WINAPI
|
||||
SHGetAttributesFromDataObject(IDataObject *pdo,
|
||||
DWORD dwAttributeMask,
|
||||
DWORD *pdwAttributes,
|
||||
UINT *pcItems)
|
||||
{
|
||||
FIXME("SHGetAttributesFromDataObject() stub\n");
|
||||
return E_NOTIMPL;
|
||||
}
|
||||
|
||||
/*
|
||||
* Unimplemented
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue