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

8 lines
249 B
C

#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_