ArcFM Desktop Developer Guide
RemoteWrite Method


Syntax
'Declaration
 
Sub RemoteWrite( _
   ByRef pv As Byte, _
   ByVal cb As UInteger, _
   ByRef pcbWritten As UInteger _
) 
'Usage
 
Dim instance As ISequentialStream
Dim pv As Byte
Dim cb As UInteger
Dim pcbWritten As UInteger
 
instance.RemoteWrite(pv, cb, pcbWritten)
void RemoteWrite( 
   ref byte pv,
   uint cb,
   out uint pcbWritten
)

Parameters

pv
cb
pcbWritten
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ISequentialStream Interface
ISequentialStream Members

 

 


Send Comment