.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH Str_GetPtrA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBStr_GetPtrA\fR (COMCTL32.233) .SH SYNOPSIS INT Str_GetPtrA ( LPCSTR \fIlpSrc\fR, LPSTR \fIlpDest\fR, INT \fInMaxLen\fR ) .SH DESCRIPTION .PP Copies a string into a destination buffer. .SH PARAMS \fIlpSrc\fR \fB[In]\fR Source string. .PP \fIlpDest\fR \fB[Out]\fR Destination buffer. .PP \fInMaxLen\fR \fB[In]\fR Size of buffer in characters. .PP .SH RETURNS .PP The number of characters copied. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/comctl32/string.c"\fR. .PP Debug channel \fB"commctrl"\fR.