Skip to content

Latest commit

 

History

History
83 lines (63 loc) · 2.81 KB

nf-windows-foundation-ipropertyvalue-getint64array.md

File metadata and controls

83 lines (63 loc) · 2.81 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.GetInt64Array
IPropertyValue::GetInt64Array (windows.foundation.h)
Gets the array of signed 64-bit integer values that is stored in the current IPropertyValue object.
GetInt64Array
GetInt64Array method [Windows Runtime]
GetInt64Array method [Windows Runtime]
IPropertyValue interface
IPropertyValue interface [Windows Runtime]
GetInt64Array method
IPropertyValue.GetInt64Array
IPropertyValue.IPropertyValue
IPropertyValue::GetInt64Array
IPropertyValue::IPropertyValue
windows/IPropertyValue::GetInt64Array
winrt.ipropertyvalue_getint64array
winrt\ipropertyvalue_getint64array.htm
WinRT
8bc05817-e9d4-427a-883d-495faf5d0ab0
12/05/2018
GetInt64Array, GetInt64Array method [Windows Runtime], GetInt64Array method [Windows Runtime],IPropertyValue interface, IPropertyValue interface [Windows Runtime],GetInt64Array method, IPropertyValue.GetInt64Array, IPropertyValue.IPropertyValue, IPropertyValue::GetInt64Array, IPropertyValue::IPropertyValue, windows/IPropertyValue::GetInt64Array, winrt.ipropertyvalue_getint64array
windows.foundation.h
Windows
Windows 8
Windows Server 2012
Windows.Foundation.idl
Windows
19H1
IPropertyValue::GetInt64Array
windows.foundation/IPropertyValue::GetInt64Array
c++
APIRef
kbSyntax
COM
Windows.Foundation.h
IPropertyValue.GetInt64Array

IPropertyValue::GetInt64Array (windows.foundation.h)

-description

Gets the array of signed 64-bit integer values that is stored in the current IPropertyValue object.

-parameters

-param __valueSize [out]

Type: UINT32*

The number of values in the array.

-param value [out]

Type: INT64**

The array of signed 64-bit integer values.

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::CreateInt64Array