This document is archived and information here might be outdated. Recommended version. |
[Visual Basic .NET] Public Sub RemoteCopyTo ( _ ByVal ciidExclude As Integer, _ ByRef rgiidExclude As Guid&, _ ByRef snbExclude As tagRemSNB, _ ByVal pstgDest As IStorage _ )
[C#] public void RemoteCopyTo ( uint ciidExclude, ref Guid& rgiidExclude, ref tagRemSNB snbExclude, ref IStorage pstgDest );
[C++]
HRESULT RemoteCopyTo(
Unsigned long ciidExclude,
System.Guid* rgiidExclude,
wireSNB snbExclude,
IStorage* pstgDest
);
[C++]
Parameters ciidExclude [in]
ciidExclude is a parameter of type unsigned long rgiidExclude [in]
rgiidExclude is a parameter of type System.Guid* snbExclude [in]
snbExclude is a parameter of type wireSNB pstgDest [in]
pstgDest is a parameter of type IStorage*