This topic has not yet been rated - Rate this topic

IPropertyValue::GetChar16 method

Gets the Unicode character that is stored in the current IPropertyValue object.

Syntax


HRESULT GetChar16(
  [out, retval]  WCHAR *value
);

Parameters

value [out, retval]

Type: WCHAR*

The Unicode character.

Return value

Type: HRESULT

This method can return one of these values.

Return codeDescription
S_OK

The property value was returned successfully.

E_POINTER

value is NULL.

E_INCORRECT_TYPE

The type of value does not match the Type property.

 

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Header

Windows.Foundation.h

IDL

Windows.Foundation.idl

See also

IPropertyValue
IPropertyValueStatics::CreateChar16

 

 

Build date: 5/16/2013

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.