This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub RemoteNext ( _ ByVal celt As Integer, _ ByRef rgelt As tagSTATSTG, _ ByRef pceltFetched As Integer _ )
[C#] public void RemoteNext ( uint celt, ref tagSTATSTG rgelt, ref uint pceltFetched );
[C++]
HRESULT RemoteNext(
Unsigned long celt,
tagSTATSTG* rgelt,
System.UInt32* pceltFetched
);
[C++] Parameters celt [in]
celt is a parameter of type unsigned long rgelt [out]
rgelt is a parameter of type tagSTATSTG* pceltFetched [out]
pceltFetched is a parameter of type unsigned long*