SystemFunction010(3w)

NAME

SystemFunction010 (ADVAPI32.@)

SYNOPSIS

NTSTATUS SystemFunction010
 (
  LPVOID      unknown,
  const BYTE* data,
  LPBYTE      hash
 )

DESCRIPTION

MD4 hashes 16 bytes of data.

PARAMS

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).

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 "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/advapi32/crypt_md4.c".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout