.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHInvokeCommand 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHInvokeCommand\fR (SHLWAPI.363) .SH SYNOPSIS HRESULT SHInvokeCommand ( HWND \fIhWnd\fR, IShellFolder* \fIlpFolder\fR, LPCITEMIDLIST \fIlpApidl\fR, BOOL \fIbInvokeDefault\fR ) .SH DESCRIPTION .PP Get and show a context menu from a shell folder. .SH PARAMS \fIhWnd\fR \fB[In]\fR Window displaying the shell folder. .PP \fIlpFolder\fR \fB[In]\fR \fBIShellFolder\fR interface. .PP \fIlpApidl\fR \fB[In]\fR Id for the particular folder desired. .PP \fIbInvokeDefault\fR \fB[In]\fR Whether to invoke the default menu item. .PP .SH RETURNS .PP \fBSuccess:\fR \fBS_OK\fR. If \fIbInvokeDefault\fR is \fBTRUE\fR, the default menu action was executed. .PP \fBFailure:\fR An \fBHRESULT\fR error code indicating the error. .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.