The OpenPropertyStore method retrieves an interface to the device’s property store. This method is not supported in Xbox One.
public:
HRESULT OpenPropertyStore(
DWORD stgmAccess,
IPropertyStore **ppProperties
)
stgmAccess
Type: DWORD
[in]
The storage-access mode.
ppProperties
Type: IPropertyStore **
[out]
Pointer to a pointer variable into which the method writes the address of the IPropertyStore interface of the device’s property store.
Type: HRESULT
Note
This method is not implemented for Xbox One.
| Return code | Description |
|---|---|
| E_NOTIMPL | This method is not implemented. |
Header: Declared in mmdeviceapi.h.
Library: Use MMDevApi.lib.