GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
vpSetClientData(3) FreeBSD Library Functions Manual vpSetClientData(3)

vpSetClientData - define a client data pointer

#include <volpack.h>

vpResult

vpSetClientData(vpc, client_data)

vpContext *vpc;
void *client_data;

vpc
VolPack context from vpCreateContext.
client_data
Pointer to application-specific client data.

vpSetClientData 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.

The return value is always VP_OK.

VolPack(3), vpCreateContext(3), vpSetCallback(3)
VolPack

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.