This document is archived and information here might be outdated. Recommended version. |
Input Bit Positions.
[Visual Basic .NET] Public Property InputBitPositions As ILongArray
[C#] public ILongArray InputBitPositions {get; set;}
[C++]
HRESULT get_InputBitPositions(
ILongArray** ppInputBit
);
[C++]
HRESULT putref_InputBitPositions(
ILongArray* ppInputBit
);
[C++] Parameters ppInputBit [out, retval]
ppInputBit is a parameter of type ILongArray** ppInputBit [in]
ppInputBit is a parameter of type ILongArray*