PathIsContentTypeA (SHLWAPI.@)
BOOL PathIsContentTypeA ( LPCSTR path, LPCSTR content_type )
Determine if a file is of a given registered content type.
lpszPath | [In] | File to check. |
lpszContentType | [In] | Content type to check for. |
TRUE If lpszPath is a given registered content type, FALSE Otherwise.
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.
Declared in "include/shlwapi.h". gitlab.winehq.org/wine/wine/blob/master/include/shlwapi.h
Implemented in "dlls/shlwapi/path.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/path.c
Debug channel "shell".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.