windows-nt/Source/XPSP1/NT/shell/shdocvw/shdocfl.h
2020-09-26 16:20:57 +08:00

16 lines
493 B
C

//
// shdocfl.h
//
// helper functions that are useful outside of shdocfl.cpp
// but are definitely tied to the implementation of the namespace
//
// WARNING - this should not be abused - ZekeL - 24-NOV-98
// by exposing the internal structure of the pidls
//
STDAPI_(LPITEMIDLIST) IEILAppendFragment(LPITEMIDLIST pidl, LPCWSTR pszFragment);
STDAPI_(BOOL) IEILGetFragment(LPCITEMIDLIST pidl, LPWSTR pszFragment, DWORD cchFragment);
STDAPI_(UINT) IEILGetCP(LPCITEMIDLIST pidl);