Vp create: Difference between revisions
Jump to navigation
Jump to search
Extended documentation |
Fixed return values. |
||
Line 17: | Line 17: | ||
== Return values == | == Return values == | ||
;[[ | ;[[VPInstance]]:The newly created instance. | ||
; | ;NULL:There was an error creating the instance. | ||
== Returned attributes == | == Returned attributes == |
Revision as of 14:38, 17 June 2012
<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>