NAME

SystemFunction007  (ADVAPI32.@)

SYNOPSIS

 NTSTATUS SystemFunction007
 (
  PUNICODE_STRING string,
  LPBYTE          hash
 )

DESCRIPTION

MD4 hash a unicode string.

PARAMS

string [In] the string to hash.
output [Out] the md4 hash of the string (16 bytes).

RETURNS

Success: STATUS_SUCCESS

Failure: STATUS_UNSUCCESSFUL

IMPLEMENTATION

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

Implemented in "dlls/advapi32/crypt_md4.c". source.winehq.org/source/dlls/advapi32/crypt_md4.c


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.