.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH DllAllocSplMem 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBDllAllocSplMem\fR (SPOOLSS.@) .SH SYNOPSIS LPVOID DllAllocSplMem ( DWORD \fIsize\fR ) .SH DESCRIPTION .PP Allocate cleared memory from the spooler heap. .SH PARAMS \fIsize\fR \fB[In]\fR Number of bytes to allocate. .PP .SH RETURNS .PP \fBFailure:\fR \fBNULL\fR .PP \fBSuccess:\fR \fBPTR\fR to the allocated memory. .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.