Product Documentation

c-treeDB API for C# - Developers Guide

Previous Topic

Next Topic

CTRecord.GetRecordBuffer

Syntax

IntPtr GetRecordBuffer( )

void GetRecordBuffer(Byte[] buffer)

Parameters

This method can be used with no parameters or it can be used with the Byte[] buffer parameter to return the complete record buffer in a Byte array.

Description

Retrieves the record buffer object.

The Byte[] buffer parameter provides the ability to return the complete record buffer in a Byte array.

Return

IntPtr GetRecordBuffer() returns the record buffer object.

TOCIndex