| 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 | 
  | ||||
| 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 | 
  |