Home
last modified time | relevance | path

Searched refs:bPath (Results 1 – 6 of 6) sorted by relevance

/reactos/base/shell/cmd/
H A Dren.c76 BOOL bPath = FALSE; in cmd_rename() local
165 bPath= TRUE; in cmd_rename()
289 if (bPath != FALSE) in cmd_rename()
H A Dren.txt50 -we activate bPath, since srcPattern has a path inside of it.
76 bPath==TRUE means that Source Argument was a Path so now we have to Join again the Path with the Na…
79 bPath==False then Source wasn a Path an we dont need to join anything.
/reactos/dll/win32/browseui/
H A DCProgressDialog.h65 STDMETHOD(SetLine)(DWORD dwLineNum, LPCWSTR pwzLine, BOOL bPath, LPCVOID reserved) override;
H A DCProgressDialog.cpp390 HRESULT WINAPI CProgressDialog::SetLine(DWORD dwLineNum, LPCWSTR pwzLine, BOOL bPath, LPCVOID reser… in SetLine() argument
/reactos/dll/win32/shell32/folders/
H A DCDesktopFolder.cpp314 BOOL bPath = FALSE; in _ParseDisplayNameByParent() local
320 bPath = TRUE; in _ParseDisplayNameByParent()
325 bPath = TRUE; in _ParseDisplayNameByParent()
329 if (bPath) in _ParseDisplayNameByParent()
/reactos/sdk/include/psdk/
H A Dshlobj.h992 …STDMETHOD(SetLine)(THIS_ DWORD dwLineNum, _In_ LPCWSTR pwzString, BOOL bPath, _Reserved_ LPCVOID r… in DECLARE_INTERFACE_()