.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHIsExpandableFolder 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHIsExpandableFolder\fR (SHLWAPI.195) .SH SYNOPSIS HRESULT SHIsExpandableFolder ( LPSHELLFOLDER \fIlpFolder\fR, LPCITEMIDLIST \fIpidl\fR ) .SH DESCRIPTION .PP Determine if a shell folder can be expanded. .SH PARAMS \fIlpFolder\fR \fB[In]\fR Parent folder containing the object to test. .PP \fIpidl\fR \fB[In]\fR Id of the object to test. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR, if the object is expandable, \fBS_FALSE\fR otherwise. .PP \fBFailure:\fR \fBE_INVALIDARG\fR, if any argument is invalid. .SH NOTES .PP If the object to be tested does not expose the \fBIQueryInfo(3w)\fR interface it will not be identified as an expandable folder. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.