###User Defined Function###
_Crypt_DestroyKey

###Description###
Frees the resources used by a key

###Syntax###
#include <Crypt.au3>
_Crypt_DestroyKey ( $hCryptKey )


###Parameters###
@@ParamTable@@
$hCryptKey
	Key to destroy
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	True
Failure:	False and sets the @error flag to non-zero
@error:	10 - Destroying key failed
@@End@@


###Remarks###
Destroys a key previously created by <a href="_Crypt_DeriveKey.htm">_Crypt_DeriveKey()</a>


###Related###
_Crypt_DeriveKey


###See Also###
@@MsdnLink@@ CryptDestroyKey


###Example###
@@IncludeExample@@
