SystemFunction007 (ADVAPI32.@)
NTSTATUS SystemFunction007 ( const UNICODE_STRING* string, LPBYTE hash )
MD4 hash a unicode string.
string | [In] | the string to hash. |
output | [Out] | the md4 hash of the string (16 bytes). |
Success: STATUS_SUCCESS
Failure: STATUS_UNSUCCESSFUL
Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/advapi32/crypt.c". gitlab.winehq.org/wine/wine/blob/master/dlls/advapi32/crypt.c
Debug channel "crypt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.