jwtCreate (Function) |
Top Previous Next |
jwtCreate creates a new, empty JWT object.
When the JWT object is no longer needed, it must be released using jwtFree.
Input: None
Output: jwt : SYSHANDLE A handle to the JWT object.
Returns: INT
Declaration: FUNCTION jwtCreate : INT;
Example: INCLUDE rtcu.inc |