Home
last modified time | relevance | path

Searched refs:SHCreatePropertyBagOnMemory (Results 1 – 5 of 5) sorted by relevance

/reactos/modules/rostests/apitests/shlwapi/
H A DSHPropertyBag.cpp336 hr = SHCreatePropertyBagOnMemory(STGM_READWRITE, IID_IPropertyBag, (void**)&pPropBag); in SHPropertyBag_OnMemory()
366 hr = SHCreatePropertyBagOnMemory(STGM_READ, IID_IPropertyBag, (void**)&pPropBag); in SHPropertyBag_OnMemory()
397 hr = SHCreatePropertyBagOnMemory(STGM_WRITE, IID_IPropertyBag, (void**)&pPropBag); in SHPropertyBag_OnMemory()
427 hr = SHCreatePropertyBagOnMemory(STGM_READWRITE, IID_IPropertyBag2, (void**)&pPropBag); in SHPropertyBag_OnMemory()
438 hr = SHCreatePropertyBagOnMemory(STGM_READ, IID_IPropertyBag2, (void**)&pPropBag); in SHPropertyBag_OnMemory()
449 hr = SHCreatePropertyBagOnMemory(STGM_WRITE, IID_IPropertyBag2, (void**)&pPropBag); in SHPropertyBag_OnMemory()
/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h190 HRESULT WINAPI SHCreatePropertyBagOnMemory(_In_ DWORD dwMode, _In_ REFIID riid, _Out_ void **ppvObj…
/reactos/dll/win32/shell32/
H A Dutils.cpp796 return SHCreatePropertyBagOnMemory(STGM_READWRITE, riid, ppvObj); in SHCreatePropertyBag()
/reactos/dll/win32/shlwapi/
H A Dpropbag.cpp254 SHCreatePropertyBagOnMemory(_In_ DWORD dwMode, _In_ REFIID riid, _Out_ void **ppvObj) in SHCreatePropertyBagOnMemory() function
H A Dshlwapi.spec477 477 stdcall -noname SHCreatePropertyBagOnMemory(long ptr ptr)