* include/shlobj.h (IShellLinkW::GetPath): Correct prototype.
This commit is contained in:
parent
36a8ee5901
commit
a6af7dbdc3
|
@ -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,
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue