.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH AllocSplStr 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBAllocSplStr\fR (SPOOLSS.@) .SH SYNOPSIS LPWSTR AllocSplStr ( LPCWSTR \fIpwstr\fR ) .SH DESCRIPTION .PP Create a copy from the String on the Spooler-Heap. .SH PARAMS \fIpwstr\fR \fB[In]\fR \fBPTR\fR to the String to copy. .PP .SH RETURNS .PP \fBFailure:\fR \fBNULL\fR .PP \fBSuccess:\fR \fBPTR\fR to the copied String .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.