Source code of Windows XP (NT5)
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.

7 lines
249 B

  1. #ifndef _INFOTIP_H_
  2. #define _INFOTIP_H_
  3. STDAPI CreateInfoTipFromText(LPCTSTR pszText, REFIID riid, void **ppv);
  4. STDAPI CreateInfoTipFromItem(IShellFolder2 *psf, LPCITEMIDLIST pidl, LPCWSTR pszProps, REFIID riid, void **ppv);
  5. #endif // _INFOTIP_H_