TransferDataResultContextReturnData Method |
IT Hit User File System
Namespace:
ITHit.FileSystem.Mac.Contexts
Assembly:
ITHit.FileSystem.Mac (in ITHit.FileSystem.Mac.dll) Version: 1.0.8837.18647
Syntaxpublic void ReturnData(
byte[] buffer,
long offset,
long length
)
Public Sub ReturnData (
buffer As Byte(),
offset As Long,
length As Long
)
public:
virtual void ReturnData(
array<unsigned char>^ buffer,
long long offset,
long long length
) sealed
abstract ReturnData :
buffer : byte[] *
offset : int64 *
length : int64 -> unit
override ReturnData :
buffer : byte[] *
offset : int64 *
length : int64 -> unit
Parameters
- buffer
- Type: SystemByte
- offset
- Type: SystemInt64
- length
- Type: SystemInt64
See Also