SHSkipJunction(3w)
NAME
SHSkipJunction (SHLWAPI.@)
SYNOPSIS
BOOL SHSkipJunction ( IBindCtx* pbc, const CLSID* pclsid )
DESCRIPTION
Determine if a bind context can be bound to an object.
PARAMS
pbc [In] Bind context to check.
pclsid [In] CLSID of object to be bound to.
RETURNS
TRUE: If it is safe to bind
FALSE: If pbc is invalid or binding would not be safe
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/ordinal.c".
- Debug channel "shell".