Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要 WideStrings 的 MatchesMask(或类似)函数,而不仅仅是字符串。我在 TNT Unicode Controls 中找不到任何此类功能。我在哪里可以为 Delphi7 找到它,也许在某个库中?
成立 -
function PathMatchSpecW(const pszFileParam, pszSpec: PWideChar): Bool; stdcall; external 'shlwapi';
此 Windows API 调用比 MatchesMask 快得多,并且可以处理 WideStrings。