#include <PIGeneral.h>

Data Fields

int16 handleProcsVersion
 The version number for the Handle Suite.
int16 numHandleProcs
 The number of routines in the Handle Suite.
NewPIHandleProc newProc
 Function pointer for the new handle routine.
DisposePIHandleProc disposeProc
 Function pointer for the dispose routine.
GetPIHandleSizeProc getSizeProc
 Function pointer for the get size routine.
SetPIHandleSizeProc setSizeProc
 Function pointer for the set size routine.
LockPIHandleProc lockProc
 Function pointer for the lock routine.
UnlockPIHandleProc unlockProc
 Function pointer for the unlock routine.
RecoverSpaceProc recoverSpaceProc
 Function pointer for the recover space routine.
DisposeRegularHandlePIHandleProc disposeRegularHandleProc
 Function pointer for the dispose regular handle routine.

Detailed Description

The set of routines available in the Handle suite.


Field Documentation

The version number for the Handle Suite.

The number of routines in the Handle Suite.

Function pointer for the new handle routine.

Function pointer for the dispose routine.

Function pointer for the get size routine.

Function pointer for the set size routine.

Function pointer for the lock routine.

Function pointer for the unlock routine.

Function pointer for the recover space routine.

Function pointer for the dispose regular handle routine.


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