PathIsHTMLFileW macro (shlwapi.h)
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.
Syntax
void PathIsHTMLFileW(
[in] pszPath
);
Parameters
[in] pszPath
Type: LPCTSTR
The address of a character buffer that contains the path and name of the file.
Return value
None
Remarks
Note
The shlwapi.h header defines PathIsHTMLFile as an alias which automatically selects the ANSI or Unicode version of this function based on the definition of the UNICODE preprocessor constant. Mixing usage of the encoding-neutral alias with code that not encoding-neutral can lead to mismatches that result in compilation or runtime errors. For more information, see Conventions for Function Prototypes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | shlwapi.h |
Library | Shlwapi.lib |
DLL | Shlwapi.dll (version 4.71 or later) |