PathIsHTMLFilePathIsHTMLFile*
*



Contents  *



Index  *Topic Contents
*Previous Topic: PathIsFileSpec
*Next Topic: PathIsPrefix

PathIsHTMLFile


BOOL PathIsHTMLFile(
    LPCTSTR pszFile
    );

Determines if a file is an HTML file. The determination is made based on the content type that is registered for the file's extension.

pszFile
Address of a character buffer that contains the path and name of the file.

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