dkim_getresultstr()

SYNOPSIS
#include <dkim.h>

const char * dkim_getresultstr(
	DKIM_STAT result
);
Retrieve a text conversion for a DKIM_STAT result code.
DESCRIPTION
Called When dkim_getresultstr() can be called at any time after a function that returns a DKIM_STAT result code.
ARGUMENTS
ArgumentDescription
result A DKIM_STAT result code to be translated.
RETURN VALUES
ValueDescription
NULL The value of result was unknown.
otherwise A pointer to a NULL-terminated string containing a text translation of result.
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 set forth in the LICENSE.