.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SwapPlong 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSwapPlong\fR (MAPI32.47) .SH SYNOPSIS VOID SwapPlong ( PULONG \fIlpData\fR, ULONG \fIulLen\fR ) .SH DESCRIPTION .PP Swap the bytes in a \fBULONG\fR array. .SH PARAMS \fIlpData\fR \fB[Out]\fR Array to swap bytes in. .PP \fIulLen\fR \fB[In]\fR Number of \fBULONG\fR element to swap the bytes of. .PP .SH RETURNS .PP Nothing. .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/mapi32/util.c"\fR. .PP Debug channel \fB"mapi"\fR.