Vp create

From Virtual Paradise Wiki
Revision as of 14:38, 17 June 2012 by Oliver (talk | contribs) (Fixed return values.)
Jump to navigation Jump to search

<C>VPInstance vp_create(void)</C>

Description

Creates a new VP SDK instance.

Callback

None

Notes

None

Arguments

None

Argument attributes

None

Return values

VPInstance
The newly created instance.
NULL
There was an error creating the instance.

Returned attributes

None

Example

<C>VPInstance instance; instance = vp_create();</C>

See also