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