Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.