Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

IPropertyValueStatics::CreatePoint method (windows.foundation.h)

Creates a new IPropertyValue object that contains the specified Point value.

Syntax

HRESULT CreatePoint(
 [in] ABI::Windows::Foundation::Point value,
 [out, retval] IInspectable **propertyValue
);

Parameters

[in] value

Type: Point

The value to store.

[out, retval] propertyValue

Type: IInspectable**

A pointer to a new object that contains value. Use the IUnknown::QueryInterface method to get the IPropertyValue interface for the object.

Return value

Type: HRESULT

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows 8
Minimum supported server Windows Server 2012
Target Platform Windows
Header windows.foundation.h

See also

IPropertyValue::GetPoint

IPropertyValueStatics


Feedback

Was this page helpful?

Additional resources