SignerFreeSignerContext function
The SignerFreeSignerContext function frees a SIGNER_CONTEXT structure allocated by a previous call to the SignerSignEx function.
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 |
|
See also