.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SystemFunction030 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSystemFunction030\fR (ADVAPI32.@) .SH SYNOPSIS BOOL SystemFunction030 ( LPCVOID \fIb1\fR, LPCVOID \fIb2\fR ) .SH DESCRIPTION .PP Tests if two blocks of \fB16\fR bytes are equal. .SH PARAMS \fIb1\fR,\fIb2\fR \fB[In]\fR block of \fB16\fR bytes. .PP .SH RETURNS .PP \fBTRUE\fR if blocks are the same \fBFALSE\fR if blocks are different .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/advapi32/crypt.c"\fR. .PP Debug channel \fB"crypt"\fR.