windows-nt/Source/XPSP1/NT/shell/shell32/infotip.h

8 lines
249 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _INFOTIP_H_
#define _INFOTIP_H_
STDAPI CreateInfoTipFromText(LPCTSTR pszText, REFIID riid, void **ppv);
STDAPI CreateInfoTipFromItem(IShellFolder2 *psf, LPCITEMIDLIST pidl, LPCWSTR pszProps, REFIID riid, void **ppv);
#endif // _INFOTIP_H_