A_SHAFinal.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

A_SHAFinal (ADVAPI32.@)

SYNOPSIS

VOID A_SHAFinal
 (
  PSHA_CTX Context,
  PULONG   Result
 )

DESCRIPTION

Finalize SHA context and return the resulting hash.

PARAMS

Context [In/Out] SHA context.

Result [Out] resulting hash.

RETURNS

Nothing

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/advapi32/crypt_sha.c".