Expand Minimize
This topic has not yet been rated - Rate this topic

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

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

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.