Geoff Chappell - Software Analyst
This function determines whether a given class of object is exempted from binding.
BOOL SHSkipJunction ( IBindCtx *pbc, CLSID const *pclsid);
The pbc argument is the address of a binding context to query.
The pclsid argument is the address of a CLSID for the object of interest.
The function returns TRUE for success, else FALSE for failure.
The function succeeds if all the following are true:
The SHSkipJunction function is exported by name from SHLWAPI.DLL in version 5.00 and higher.
This function is documented, but as being available from “version 4.71 or later”. Another curiosity is that documentation of this function does not mention the bind context string STR_SKIP_BINDING_CLSID, or vice versa.