![]() |
![]()
| ![]() |
![]()
NAMEvpSetClientData - define a client data pointer SYNOPSIS#include <volpack.h> vpResult vpSetClientData(vpc, client_data)
ARGUMENTS
DESCRIPTIONvpSetClientData is used to store a pointer to application-specific client data in the VolPack context. This pointer is passed to some of the callback routines (see vpSetCallback(3)) to allow the application to define its own state variables. The pointer is not used by VolPack. ERRORSThe return value is always VP_OK. SEE ALSOVolPack(3), vpCreateContext(3), vpSetCallback(3)
|