PathSearchAndQualifyPathSearchAndQualify*
*Contents  *Index  *Topic Contents
*Previous Topic: PathRenameExtension
*Next Topic: PathSkipRoot

PathSearchAndQualify


BOOL PathSearchAndQualify(
    LPCTSTR pcszPath,
    LPTSTR  pszFullyQualifiedPath,
    UINT    cchFullyQualifiedPath
    );

Determines if a given path is correctly formatted and fully qualified.

pcszPath
Address of the path to search.
pszFullyQualifiedPath
Address of the path to be referenced.
cchFullyQualifiedPath
Width of the path, in characters, to be qualified.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.