Home
last modified time | relevance | path

Searched refs:SHReadDataBlockList (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/win32/shlwapi/
H A Dclist.c235 HRESULT WINAPI SHReadDataBlockList(IStream* lpStream, LPDBLIST* lppList) in SHReadDataBlockList() function
H A Dshlwapi.spec18 18 stdcall -noname SHReadDataBlockList(ptr ptr)
/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h116 HRESULT WINAPI SHReadDataBlockList(IStream* lpStream, LPDBLIST* lppList);
/reactos/dll/win32/shell32/
H A DCShellLink.cpp745 hr = SHReadDataBlockList(stm, &m_pDBList); in Load()