.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH SHSkipJunction 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBSHSkipJunction\fR (SHLWAPI.@) .SH SYNOPSIS BOOL SHSkipJunction ( IBindCtx* \fIpbc\fR, const CLSID* \fIpclsid\fR ) .SH DESCRIPTION .PP Determine if a bind context can be bound to an object. .SH PARAMS \fIpbc\fR \fB[In]\fR Bind context to check. .PP \fIpclsid\fR \fB[In]\fR \fBCLSID\fR of object to be bound to. .PP .SH RETURNS .PP \fBTRUE:\fR If it is safe to bind .PP \fBFALSE:\fR If \fIpbc\fR is invalid or binding would not be safe .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/ordinal.c"\fR. .PP Debug channel \fB"shell"\fR.