Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.82 KB

nf-windows-foundation-ipropertyvalue-getchar16array.md

File metadata and controls

83 lines (63 loc) · 2.82 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:windows.foundation.IPropertyValue.GetChar16Array
IPropertyValue::GetChar16Array (windows.foundation.h)
Gets the the array of Unicode characters that is stored in the current IPropertyValue object.
GetChar16Array
GetChar16Array method [Windows Runtime]
GetChar16Array method [Windows Runtime]
IPropertyValue interface
IPropertyValue interface [Windows Runtime]
GetChar16Array method
IPropertyValue.GetChar16Array
IPropertyValue.IPropertyValue
IPropertyValue::GetChar16Array
IPropertyValue::IPropertyValue
windows/IPropertyValue::GetChar16Array
winrt.ipropertyvalue_getchar16array
winrt\ipropertyvalue_getchar16array.htm
WinRT
b0649a8b-8060-4e0f-956e-879fe4185b11
12/05/2018
GetChar16Array, GetChar16Array method [Windows Runtime], GetChar16Array method [Windows Runtime],IPropertyValue interface, IPropertyValue interface [Windows Runtime],GetChar16Array method, IPropertyValue.GetChar16Array, IPropertyValue.IPropertyValue, IPropertyValue::GetChar16Array, IPropertyValue::IPropertyValue, windows/IPropertyValue::GetChar16Array, winrt.ipropertyvalue_getchar16array
windows.foundation.h
Windows
Windows 8
Windows Server 2012
Windows.Foundation.idl
Windows
19H1
IPropertyValue::GetChar16Array
windows.foundation/IPropertyValue::GetChar16Array
c++
APIRef
kbSyntax
COM
Windows.Foundation.h
IPropertyValue.GetChar16Array

IPropertyValue::GetChar16Array (windows.foundation.h)

-description

Gets the the array of Unicode characters that is stored in the current IPropertyValue object.

-parameters

-param __valueSize [out]

Type: UINT32*

The number of Unicode characters in the array.

-param value [out]

Type: WCHAR**

The array of Unicode characters.

The returned pointer must be freed using CoTaskMemFree.

-returns

Type: HRESULT

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

-see-also

IPropertyValue

IPropertyValueStatics::CreateChar16Array