SystemFunction010 (ADVAPI32.@)
NTSTATUS SystemFunction010 ( LPVOID unknown, LPBYTE data, LPBYTE hash )
MD4 hashes 16 bytes of data.
unknown [] seems to have no effect on the output | ||
data | [In] | pointer to data to hash (16 bytes). |
output | [Out] | the md4 hash of the data (16 bytes). |
Success: STATUS_SUCCESS
Failure: STATUS_UNSUCCESSFUL
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.