IMMDevice::OpenPropertyStore Method

The OpenPropertyStore method retrieves an interface to the device’s property store. This method is not supported in Xbox One.

Syntax

public:
HRESULT OpenPropertyStore(
         DWORD stgmAccess,
         IPropertyStore **ppProperties
)  

Parameters

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.

Return value

Type: HRESULT 

Note

This method is not implemented for Xbox One.

Return codes
Return code Description
E_NOTIMPL This method is not implemented.

Requirements

Header: Declared in mmdeviceapi.h.

Library: Use MMDevApi.lib.

See also

IMMDevice

IMMDevice Members