Previous:
Dgp_initDgpState
Up:
Silx Encode API Documentation
Next:
silx_encDocument
silx_cleanEncState
(from silx_encode_api.c)
DGP_LIBEXPORT ErrCode silx_cleanEncState (
Dgp_State *dgp_state,
SilxEncCookie *sCookie
);
Summary
Free SilxEncCookie. Has to be called after you are done decoding. Sample code is in DgpEncode_main.c.
Parameters
*dgp_state
Pointer to Dgp_State
*cookie
Pointer to SilxEncCookie
Return Value
cSuccessful
ErrCode