Skip to content

Latest commit

 

History

History
79 lines (50 loc) · 2.03 KB

signerfreesignercontext.md

File metadata and controls

79 lines (50 loc) · 2.03 KB
description ms.assetid title ms.topic ms.date topic_type api_name api_type api_location
Frees a SIGNER\_CONTEXT structure allocated by a previous call to the SignerSignEx function.
190de302-50fe-488e-90ed-c9efd39dae70
SignerFreeSignerContext function
reference
05/31/2018
APIRef
kbSyntax
SignerFreeSignerContext
DllExport
Mssign32.dll

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