This document is archived and information here might be outdated. Recommended version. |
The 0-based associated file index.
[Visual Basic .NET]
Public Property FileIndex As Integer
[C#]
public int FileIndex {get; set;}
[C++]
HRESULT get_FileIndex(
long pIndex
);
[C++]
HRESULT put_FileIndex(
System.Int32* pIndex
);
[C++] Parameters pIndex [in]
pIndex is a parameter of type long pIndex [out, retval]
pIndex is a parameter of type long*