SYNOPSIS |
#include <dkim.h>
void * dkim_get_user_context(
DKIM *dkim
);
Retrieves an opaque user context pointer previously associated with
a DKIM handle by a call to
dkim_set_user_context(),
if any.
|
DESCRIPTION |
Called When |
dkim_get_user_context() can be called at any time. |
|
---|
ARGUMENTS |
|
RETURN VALUES |
The user-specific context pointer previously associated with the named
handle via a call to
dkim_set_user_context(),
if any. If none has been set, the value NULL will be returned.
|
NOTES |
- This function is a local addition to the formal API specification
and is experimental only. It may not appear in other implementations.
|