Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Checks whether a path is syntactically valid.
Syntax
BOOL ResUtilIsPathValid(
[in] LPCWSTR pszPath
);
Parameters
[in] pszPath
Pointer to the path to check.
Return value
If the operation succeeds, the function returns TRUE and pszPath is valid.
If the operation fails, the function returns FALSE.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | None supported |
| Minimum supported server | Windows Server 2008 Enterprise, Windows Server 2008 Datacenter |
| Target Platform | Windows |
| Header | resapi.h |
| Library | ResUtils.lib |
| DLL | ResUtils.dll |