Group: Shell Lightweight Utility APIs -- Path Functions - Library: shlwapi
Using Path functions from Shell Lightweight Utility APIs (shlapi.dll)
BOOL PathIsNetworkPath(
LPCTSTR pszPath
); DECLARE INTEGER PathIsNetworkPath IN shlwapi;
STRING pszPath pszPath [in] Pointer to a null-terminated string of maximum length MAX_PATH that contains the path.
Returns TRUE if the string represents a network resource, or FALSE otherwise.
Home