PathIsPrefix 用のオーバーロードされたラッパーです。
inline BOOL IsPrefix(
const char* pszPrefix,
const char* pszPath
);
inline BOOL IsPrefix(
const wchar_t* pszPrefix,
const wchar_t* pszPath
);
解説
詳細については PathIsPrefix を参照してください。
必要条件
Header: atlpath.h
このブラウザーはサポートされなくなりました。
Microsoft Edge にアップグレードすると、最新の機能、セキュリティ更新プログラム、およびテクニカル サポートを利用できます。
PathIsPrefix 用のオーバーロードされたラッパーです。
inline BOOL IsPrefix(
const char* pszPrefix,
const char* pszPath
);
inline BOOL IsPrefix(
const wchar_t* pszPrefix,
const wchar_t* pszPath
);
詳細については PathIsPrefix を参照してください。
Header: atlpath.h