Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
508 B

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