mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 08:55:19 +00:00
[PSDK] now the ICurrentWorkingDirectory interface is actually an interface.
svn path=/trunk/; revision=71347
This commit is contained in:
parent
6f7967123d
commit
256737ae18
1 changed files with 1 additions and 1 deletions
|
@ -653,7 +653,7 @@ DECLARE_INTERFACE_(ICurrentWorkingDirectory,IUnknown)
|
|||
STDMETHOD_(ULONG,AddRef) (THIS) PURE;
|
||||
STDMETHOD_(ULONG,Release) (THIS) PURE;
|
||||
/*** ICurrentWorkingDirectory methods ***/
|
||||
STDMETHOD(GetDirectory)(THIS_ _Out_writes_(cchSize) PWSTR pwzPath, DWORD cchSize);
|
||||
STDMETHOD(GetDirectory)(THIS_ _Out_writes_(cchSize) PWSTR pwzPath, DWORD cchSize) PURE;
|
||||
STDMETHOD(SetDirectory)(THIS_ _In_ PCWSTR pwzPath) PURE;
|
||||
};
|
||||
#undef INTERFACE
|
||||
|
|
Loading…
Reference in a new issue