Home
last modified time | relevance | path

Searched refs:pszSpec (Results 1 – 4 of 4) sorted by relevance

/reactos/sdk/lib/atl/
H A Datlpath.h48 …nline BOOL PathMatchSpecX(LPCSTR pszPath, LPCSTR pszSpec) const { return PathMatchSpecA(pszPath, p… in PathMatchSpecX() argument
49 …ine BOOL PathMatchSpecX(LPCWSTR pszPath, LPCWSTR pszSpec) const { return PathMatchSpecW(pszPath, p… in PathMatchSpecX() argument
278 BOOL MatchSpec(PCXSTR pszSpec) const in MatchSpec() argument
280 return PathMatchSpecX(m_strPath, pszSpec); in MatchSpec()
/reactos/modules/rostests/apitests/shell32/
H A DDragDrop.cpp165 BOOL DoSpecExistsW(LPCWSTR pszSpec) in DoSpecExistsW() argument
168 HANDLE hFind = FindFirstFileW(pszSpec, &find); in DoSpecExistsW()
177 void DoDeleteSpecW(LPCWSTR pszSpec) in DoDeleteSpecW() argument
180 lstrcpyW(szPath, pszSpec); in DoDeleteSpecW()
184 HANDLE hFind = FindFirstFileW(pszSpec, &find); in DoDeleteSpecW()
/reactos/sdk/include/psdk/
H A Dshtypes.idl115 [string] LPCWSTR pszSpec;
/reactos/dll/win32/comdlg32/
H A Ditemdlg.c568 … newext = get_first_ext_from_spec(extbuf, This->filterspecs[This->filetypeindex].pszSpec); in on_default_action()
2203 ext = get_first_ext_from_spec(extbuf, This->filterspecs[This->filetypeindex].pszSpec); in on_command_filetype()
2208 if(PathMatchSpecW(buf, This->filterspecs[prev_index].pszSpec)) in on_command_filetype()
2362 LocalFree((void*)This->filterspecs[i].pszSpec); in IFileDialog2_fnRelease()
2420 This->filterspecs[i].pszSpec = StrDupW(rgFilterSpec[i].pszSpec); in IFileDialog2_fnSetFileTypes()
3589 if(!PathMatchSpecW(filename, This->filterspecs[This->filetypeindex].pszSpec)) in ICommDlgBrowser3_fnIncludeObject()