Scroll to navigation

DllFreeSplStr(3w) Wine API DllFreeSplStr(3w)

NAME

DllFreeSplStr (SPOOLSS.@)

SYNOPSIS

BOOL DllFreeSplStr
(
LPWSTR pwstr
)
 

DESCRIPTION

Free the allocated Spooler-String.
 

PARAMS

pwstr [In] PTR to the WSTR, allocated by AllocSplStr.
 

RETURNS

Failure: FALSE
Success: TRUE
 

IMPLEMENTATION

Not declared in a Wine header. The function is either undocumented, or missing from Wine.
Implemented in "dlls/spoolss/spoolss_main.c".
Debug channel "spoolss".
Oct 2012 Wine API