IKsPropertySet::Set (Windows CE 5.0)

Send Feedback

This method sets a property identified by a property set GUID and a property ID.

HRESULT Set(  REFGUID guidPropSet,  DWORD   dwPropID,  LPVOID  pInstanceData,  DWORD   cbInstanceData,  LPVOID  pPropData,  DWORD   cbPropData);

Parameters

  • guidPropSet
    [in] A REFGUID value that contains the property set GUID.
  • dwPropID
    [in] A DWORD value that identifies the property within the property set.
  • pInstanceData
    [out] An LPVOID value that is a pointer to instance data for the property. The size of the data is cbInstanceData.
  • cbInstanceData
    [in] A DWORD value that identifies the number of bytes in the buffer to which pInstanceData points.
  • pPropData
    [out] An LPVOID value that is a pointer to the retrieved buffer, which contains the value of the property. The size of the buffer is cbPropData.
  • cbPropData
    [in] A DWORD value that identifies the number of bytes in the buffer to which pPropData points.

Return Value

Returns an HRESULT value. The following table shows some of the possible return values.

Value Description
S_OK Success.
E_PROP_SET_UNSUPPORTED The property set is not supported.
E_PROP_ID_UNSUPPORTED The property ID is not supported for the specified property set.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 5.0 with Windows CE 5.0 Networked Media Device Feature Pack
Header:

See Also

IKsPropertySet Interface

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.