.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RtlInitializeHandleTable 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRtlInitializeHandleTable\fR (NTDLL.@) .SH SYNOPSIS void RtlInitializeHandleTable ( ULONG \fIMaxHandleCount\fR, ULONG \fIHandleSize\fR, RTL_HANDLE_TABLE* \fIHandleTable\fR ) .SH DESCRIPTION .PP Initializes a handle table. .SH PARAMS \fIMaxHandleCount\fR \fB[In]\fR The maximum number of handles the handle table will support. .PP \fIHandleSize\fR \fB[In]\fR The size of each handle. .PP \fIHandleTable\fR \fB[In/Out]\fR The handle table. .PP .SH RETURNS .PP Nothing. .SH SEE .PP RtlDestroyHandleTable(). .SH IMPLEMENTATION .PP Declared in \fB"winternl.h"\fR. .PP Implemented in \fB"dlls/ntdll/handletable.c"\fR. .PP Debug channel \fB"ntdll"\fR.