pop3_free_ex
Example: pop3_free_ex | Post Office Protocol Vuser Functions (POP3) |
Frees the POP3 server for a specific session.
void pop3_free_ex( POP3 *pppop3 );
pppop3 | A session identifier. |
The pop3_free_ex function frees up the POP3 server for a specific session, and cancels all of the pending commands.
This function is for use with multiple sessions. For global sessions, use the pop3_free function, which leaves out the session identifier.
Return Values
If this function succeeds, it returns LR_PASS. Otherwise, it returns LR_FAIL.
Parameterization
You cannot use standard parameterization for any arguments in this function.