SHSkipJunction (SHLWAPI.@)
BOOL SHSkipJunction ( IBindCtx* pbc, const CLSID* pclsid )
Determine if a bind context can be bound to an object.
pbc | [In] | Bind context to check. |
pclsid | [In] | CLSID of object to be bound to. |
TRUE: If it is safe to bind
FALSE: If pbc is invalid or binding would not be safe
Declared in "include/shlwapi.h". gitlab.winehq.org/wine/wine/blob/master/include/shlwapi.h
Implemented in "dlls/shlwapi/ordinal.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.