.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH RegisterExtensionForMIMETypeA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBRegisterExtensionForMIMETypeA\fR (SHLWAPI.324) .SH SYNOPSIS BOOL RegisterExtensionForMIMETypeA ( LPCSTR \fIlpszExt\fR, LPCSTR \fIlpszType\fR ) .SH DESCRIPTION .PP Set the file extension for a \fBMIME\fR content key. .SH PARAMS \fIlpszExt\fR \fB[In]\fR File extension to set. .PP \fIlpszType\fR \fB[In]\fR Content type to set the extension for. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. The file extension is set in the registry. .PP \fBFailure:\fR \fBFALSE\fR. .SH IMPLEMENTATION .PP Exported by ordinal only. Use \fBGetProcAddress(3w)\fR to obtain a pointer to the function. .PP Implemented in \fB"dlls/shlwapi/reg.c"\fR. .PP Debug channel \fB"shell"\fR.