WindowsXP-SP1/shell/shell32/infotip.h

8 lines
256 B
C
Raw Normal View History

2001-01-01 00:00:00 +01: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_