PathIsContentTypeA(3w)
NAME
PathIsContentTypeA (SHLWAPI.@)
SYNOPSIS
BOOL PathIsContentTypeA ( LPCSTR lpszPath, LPCSTR lpszContentType )
DESCRIPTION
Determine if a file is of a given registered content type.
PARAMS
lpszPath [In] File to check.
lpszContentType [In] Content type to check for.
RETURNS
TRUE If lpszPath is a given registered content type, FALSE Otherwise.
NOTES
This function looks up the registered content type for lpszPath. If a content type is registered, it is compared (case insensitively) to lpszContentType. Only if this matches does the function succeed.
IMPLEMENTATION
Defined in "shlwapi.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/shlwapi/path.c".
- Debug channel "shell".