* include/shlobj.h (IShellLinkW::GetPath): Correct prototype.

This commit is contained in:
Danny Smith 2002-12-12 09:51:38 +00:00
parent 36a8ee5901
commit a6af7dbdc3
2 changed files with 7 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2002-12-11 Danny Smith <dannysmith@users.sourveforge.net>
* include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
Thanks to: Dimitri Papadopoulos <dimitri_at@sourceforge.users.net>
2002-12-09 Danny Smith <dannysmith@users.sourveforge.net>
* include/shellapi.h (ExtractIconEx[AW]): Correct return type
@ -7,7 +12,7 @@
2002-12-07 Danny Smith <dannysmith@users.sourveforge.net>
* include/winuser.h (AllowSetForegroundWindow,
LockSetForegroundWindow) Add prototypes.
LockSetForegroundWindow): Add prototypes.
(ASFW_ANY, LSFW_LOCK, LSFW_UNLOCK) Add defines.
Thanks to: Pat Thoyts <patthoyts@users.sourceforge.net>
* lib/winuser.def (AllowSetForegroundWindow,

View File

@ -528,7 +528,7 @@ DECLARE_INTERFACE_(IShellLinkW, IUnknown)
STDMETHOD(QueryInterface)(THIS_ REFIID,PVOID*) PURE;
STDMETHOD_(ULONG,AddRef)(THIS) PURE;
STDMETHOD_(ULONG,Release)(THIS) PURE;
STDMETHOD(GetPath)(THIS_ LPSTR,int,WIN32_FIND_DATAW*,DWORD) PURE;
STDMETHOD(GetPath)(THIS_ LPWSTR,int,WIN32_FIND_DATAW*,DWORD) PURE;
STDMETHOD(GetIDList)(THIS_ LPITEMIDLIST*) PURE;
STDMETHOD(SetIDList)(THIS_ LPCITEMIDLIST) PURE;
STDMETHOD(GetDescription)(THIS_ LPWSTR,int) PURE;