Home |
Function xn_pop_RETR_done |
Function xn_pop_RETR_donexn_pop_RETR_done deallocates resources held by xn_pop_RETR_next. int xn_pop_RETR_done(pop_context * context); ParameterscontextPointer to the context of the current session. *context must have been initialized by xn_pop_client. return valueReturns 0 if successful, otherwise SOCKET_ERROR. If an error occurred, call xn_getlasterror and xn_geterror_string to return the error value. Section Error Codes further describes each error. Possible values for this function are:
|