[PSDK] now the ICurrentWorkingDirectory interface is actually an interface.

svn path=/trunk/; revision=71347
This commit is contained in:
Mark Jansen 2016-05-16 18:50:14 +00:00
parent 6f7967123d
commit 256737ae18

View file

@ -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