.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DllFreeSplMem 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDllFreeSplMem\fR (SPOOLSS.@) .SH SYNOPSIS BOOL DllFreeSplMem ( LPBYTE \fImemory\fR ) .SH DESCRIPTION .PP Free the allocated spooler \fImemory\fR. .SH PARAMS \fImemory\fR \fB[In]\fR \fBPTR\fR to the \fImemory\fR allocated by DllAllocSplMem. .PP .SH RETURNS .PP \fBFailure:\fR \fBFALSE\fR .PP \fBSuccess:\fR \fBTRUE\fR. .SH NOTES .PP We use the process heap (Windows use a separate spooler heap) .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/spoolss/spoolss_main.c"\fR. .PP Debug channel \fB"spoolss"\fR.