.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PSetupEnumMonitor 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPSetupEnumMonitor\fR (NTPRINT.@) .SH SYNOPSIS BOOL PSetupEnumMonitor ( HANDLE \fImonitorinfo\fR, DWORD \fIindex\fR, LPWSTR \fIbuffer\fR, LPDWORD \fIpsize\fR ) .SH DESCRIPTION .PP Copy the selected Monitorname to a \fIbuffer\fR. .SH PARAMS \fImonitorinfo\fR \fB[In]\fR \fBHANDLE\fR from PSetupCreateMonitorInfo. .PP \fIindex\fR \fB[In]\fR Nr. of the Monitorname to copy. .PP \fIbuffer\fR \fB[In]\fR Target, that receive the Monitorname. .PP \fIpsize\fR \fB[IO]\fR \fBPTR\fR to a \fBDWORD\fR that hold the size of the \fIbuffer\fR and receive the needed size, when the \fIbuffer\fR is too small. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP size is in Bytes on w2k and \fBWCHAR\fR on \fBXP\fR .SH IMPLEMENTATION .PP Not declared in a Wine header. The function is either undocumented, or missing from Wine. .PP Implemented in \fB"dlls/ntprint/ntprint.c"\fR. .PP Debug channel \fB"ntprint"\fR.