Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6ITokenImpl::finalize ( CK_RV pRV,
CK_VOID_PTR  pReserved 
)
pure virtual

Invoked when the PKCS 11 C_Finalize() function is called (see reference 1).

Parameters
pRV[ out ] PKCS 11 return value to be returned to the caller.
pReserved[ in ] Yet to be defined in the standard.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA call to initialize() has not been made.
P6R::eFailCKR_OK was not returned in the pRV parameter.