Creates an in-memory property store
Syntax
HRESULT WINAPI SHCreatePropertyBagOnMemory (
PVOID pUnused,
REFIID riid,
PVOID* ppv
)
Parameters
- pUnused
- Unused
- riid
- Reference to the id of the interface to return
- ppv
- Pointer to a pointer that receives the desired interface
Return Value
The return value from PSCreateMemoryPropertyStore
Remarks
As it currently stands, this function is simply a wrapper around PSCreateMemoryPropertyStore
This function is also known as _SHCreatePropertyBagOnMemory@12.