ArcFM Server Developer Guide
RemoteRead Method


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

Parameters

pv
cb
pcbRead
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