Scroll to navigation

SHSkipJunction(3w) Wine API 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

Declared in "shlwapi.h".
Implemented in "dlls/shlwapi/ordinal.c".
Debug channel "shell".
Oct 2012 Wine API