Searched refs:pwzPath (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/browseui/ |
H A D | aclistisf.cpp | 432 STDMETHODIMP CACListISF::GetDirectory(LPWSTR pwzPath, DWORD cchSize) in GetDirectory() argument 434 TRACE("(%p, %p, %ld)\n", this, pwzPath, cchSize); in GetDirectory() 438 STDMETHODIMP CACListISF::SetDirectory(LPCWSTR pwzPath) in SetDirectory() argument 440 TRACE("(%p, %ls, %ld)\n", this, pwzPath); in SetDirectory() 441 LPITEMIDLIST pidl = ILCreateFromPathW(pwzPath); in SetDirectory()
|
H A D | aclistisf.h | 87 STDMETHOD(GetDirectory)(LPWSTR pwzPath, DWORD cchSize) override; 88 STDMETHOD(SetDirectory)(LPCWSTR pwzPath) override;
|
/reactos/sdk/include/psdk/ |
H A D | shlobj.h | 773 STDMETHOD(GetDirectory)(THIS_ _Out_writes_(cchSize) PWSTR pwzPath, DWORD cchSize) PURE; in DECLARE_INTERFACE_() 774 STDMETHOD(SetDirectory)(THIS_ _In_ PCWSTR pwzPath) PURE; in DECLARE_INTERFACE_()
|
/reactos/sdk/include/dxsdk/ |
H A D | dmusici.h | 865 STDMETHOD(SetSearchDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzPath, BOOL fClear) PURE; in DECLARE_INTERFACE_() 906 STDMETHOD(SetSearchDirectory)(THIS_ REFGUID rguidClass, WCHAR *pwzPath, BOOL fClear) PURE; in DECLARE_INTERFACE_()
|