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.
- Returns nonzero if the file is an HTML file, or zero otherwise.
- pszFile
- Address of a character buffer that contains the path and name of the file.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.