This document is archived and information here might be outdated. Recommended version. |
The values.
[Visual Basic .NET] Public Sub SetValues ( _ ByVal pValues As IArray, _ ByVal pFlags As ILongArray _ )
[C#] public void SetValues ( IArray pValues, ILongArray pFlags );
[C++]
HRESULT SetValues(
IArray* pValues,
ILongArray* pFlags
);
[C++] Parameters pValues [in]
pValues is a parameter of type IArray* pFlags [in]
pFlags is a parameter of type ILongArray*