ResUtilIsPathValid

The ResUtilIsPathValid utility function is used to check whether or not a path is syntactically valid.

BOOL WINAPI ResUtilIsPathValid(
  LPCWSTR Path 
);
 

Parameters

Path
[in] Pointer to the path to check.

Return Values

TRUE
The path pointed to by Path is valid.
FALSE
The path pointed to by Path is not valid.

Notes to Callers

ResUtilIsPathValid is not a network-aware function.

QuickInfo

  Version: Use Windows NT Server Enterprise Edition 4.0.
  Windows CE: Unsupported.
  Header: Declared in clusapi.h.