This document is archived and information here might be outdated. Recommended version. |
The Root Count of the File.
[Visual Basic .NET]
Public Function get_RootCountFromFile ( _
ByVal FilePath As String _
) As Integer
[C#]
public int get_RootCountFromFile (
string FilePath
);
[C++]
HRESULT get_RootCountFromFile(
BSTR FilePath,
System.Int32* pCount
);
[C++] Parameters FilePath [in]
FilePath is a parameter of type BSTR pCount [out, retval]
pCount is a parameter of type long*