.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH PathIsContentTypeA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBPathIsContentTypeA\fR (SHLWAPI.@) .SH SYNOPSIS BOOL PathIsContentTypeA ( LPCSTR \fIlpszPath\fR, LPCSTR \fIlpszContentType\fR ) .SH DESCRIPTION .PP Determine if a file is of a given registered content type. .SH PARAMS \fIlpszPath\fR \fB[In]\fR File to check. .PP \fIlpszContentType\fR \fB[In]\fR Content type to check for. .PP .SH RETURNS .PP \fBTRUE\fR If \fIlpszPath\fR is a given registered content type, \fBFALSE\fR Otherwise. .SH NOTES .PP This function looks up the registered content type for \fIlpszPath\fR. If a content type is registered, it is compared (case insensitively) to \fIlpszContentType\fR. Only if this matches does the function succeed. .SH IMPLEMENTATION .PP Declared in \fB"shlwapi.h"\fR. .PP Implemented in \fB"dlls/shlwapi/path.c"\fR. .PP Debug channel \fB"shell"\fR.