ParsecInit
ParsecStatusParsecInit(uint32_tver,const ParsecConfig *cfg,const void *reserved,Parsec **ps)
Initialize Parsec instance.
Parameters
Direction | Name | Description |
---|---|---|
in | ver | Always pass PARSEC_VER . |
in | cfg | Parsec instance configuration. May be NULL to use PARSEC_DEFAULTS . |
in | reserved | Reserved for future use. Set to NULL . |
out | ps | New Parsec instance. |
Returns
PARSEC_ERR_VERSION
if this header is incompatible with the linked Parsec SDK binary, otherwise PARSEC_OK
.