CPathT::IsUNCServerShare

 

Call this method to determine whether the path is a valid UNC (universal naming convention) share path, \\server\share.

Syntax

BOOL IsUNCServerShare( ) const;

Return Value

Returns TRUE if the path is in the form \\server\share, or FALSE otherwise.

Remarks

For more information, see PathIsUNCServerShare.

Requirements

Header: atlpath.h

See Also

CPathT Class
CPathT::IsUNCServer