SHSkipJunction.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/shlwapi/ordinal.c".

Debug channel "shell".