SignerFreeSignerContext function

The SignerFreeSignerContext function frees a SIGNER_CONTEXT structure allocated by a previous call to the SignerSignEx function.

Note

This function has no associated header file or import library. To call this function, you must create a user-defined header file and use the LoadLibrary and GetProcAddress functions to dynamically link to Mssign32.dll.

 

Syntax

HRESULT WINAPI SignerFreeSignerContext(
  _In_ SIGNER_CONTEXT *pSignerContext
);

Parameters

pSignerContext [in]

A pointer to the SIGNER_CONTEXT structure to free.

Return value

If the function succeeds, the function returns S_OK.

If the function fails, it returns an HRESULT value that indicates the error. For a list of common error codes, see Common HRESULT Values.

Requirements

Requirement Value
Minimum supported client
Windows XP [desktop apps only]
Minimum supported server
Windows Server 2003 [desktop apps only]
DLL
Mssign32.dll

See also

SIGNER_CONTEXT

SignerSignEx