CloseCryptoHandle
Closes the handle to the specified cryptography object.
HRESULT
___stdcall CloseCryptoHandle(
__in PINFORMATIONCARD_CRYPTO_HANDLE hCrypto );
Parameters
Parameter | Description |
---|---|
hCrypto |
Handle to the cryptography object to be closed. |
Property Value/Return Value
HRESULT. If the parameter is NULL, returns E_INVALIDARG.
Requirements
Windows Vista
Header: Declared in infocard.h.
Library: Use infocardapi.lib.
See Also
Concepts
Copyright © 2007 by Microsoft Corporation. All rights reserved.