dkim_get_user_context()

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
ArgumentDescription
dkim Message-specific signing handle, returned by dkim_sign() or dkim_verify().
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.

Copyright (c) 2007 Sendmail, Inc. and its suppliers. All rights reserved.
By using this file, you agree to the terms and conditions get forth in the LICENSE.