This document is archived and information here might be outdated. Recommended version. |
The values.
[Visual Basic .NET] Public Sub GetValues ( _ ByVal bClone As Boolean, _ ByRef ppValues As IArray, _ ByRef ppFlags As ILongArray _ )
[C#] public void GetValues ( bool bClone, ref IArray ppValues, ref ILongArray ppFlags );
[C++]
HRESULT GetValues(
VARIANT_BOOL bClone,
IArray** ppValues,
ILongArray** ppFlags
);
[C++] Parameters bClone [in]
bClone is a parameter of type bool ppValues [out]
ppValues is a parameter of type IArray** ppFlags [out]
ppFlags is a parameter of type ILongArray**