Compartir a través de


IPMRemoteDevice::AddProperty (Windows CE 5.0)

Send Feedback

This method adds a property to the IPMRemoteDevice interface.

HRESULT AddProperty(BSTRbstrLinkName,BSTRbstrPropId, IPMProperty** ppiProperty);

Parameters

  • bstrLinkName
    [in] Link name of the property to be retrieved.
  • bstrPropId
    [in] Optional; GUID of the property to be retrieved. If this parameter is not specified, Platform Manager creates a GUID for the property.
  • ppiProperty
    [out] Pointer to a pointer to the IPMProperty interface. This pointer is returned if the property has been successfully added.

Return Values

Returns S_OK if the call was successfully completed. If a failure occurs, the appropriate HRESULT value is returned.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Device.h, Cemgr.idl.

See Also

IPMProperty | IPMRemoteDevice

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.