mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[PSDK] now the ICurrentWorkingDirectory interface is actually an interface.
svn path=/trunk/; revision=71347
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user