.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH Alloc 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAlloc\fR (COMCTL32.71) .SH SYNOPSIS LPVOID Alloc ( DWORD \fIdwSize\fR ) .SH DESCRIPTION .PP Allocates memory block from the dll's private heap. .SH PARAMS \fIdwSize\fR \fB[In]\fR size of the allocated memory block. .PP .SH RETURNS .PP \fBSuccess:\fR pointer to allocated memory block .PP \fBFailure:\fR \fBNULL\fR .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/comctl32/comctl32undoc.c"\fR. .PP Debug channel \fB"commctrl"\fR.