BufferProcs Struct Reference
[Buffer Suite Callbacks (DEPRECATED Standard Suite)]

#include <PIGeneral.h>


Detailed Description

The set of routines available in the Buffer Suite.


Data Fields

int16 bufferProcsVersion
 The version number for the Buffer Suite.
int16 numBufferProcs
 The number of routines in this suite.
AllocateBufferProc allocateProc
 Function pointer for the allocate routine.
LockBufferProc lockProc
 Function pointer for the lock routine.
UnlockBufferProc unlockProc
 Function pointer for the unlock routine.
FreeBufferProc freeProc
 Function pointer for the free routine.
BufferSpaceProc spaceProc
 Function pointer for the space routine.

Field Documentation

The version number for the Buffer Suite.

The number of routines in this suite.

Function pointer for the allocate routine.

Function pointer for the lock routine.

Function pointer for the unlock routine.

Function pointer for the free routine.

Function pointer for the space routine.


The documentation for this struct was generated from the following file: