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". https://source.winehq.org/source/include/shlwapi.h

Implemented in "dlls/shlwapi/ordinal.c". https://source.winehq.org/source/dlls/shlwapi/ordinal.c

Debug channel "shell".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.