.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH GetMIMETypeSubKeyA 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBGetMIMETypeSubKeyA\fR (SHLWAPI.328) .SH SYNOPSIS BOOL GetMIMETypeSubKeyA ( LPCSTR \fIlpszType\fR, LPSTR \fIlpszBuffer\fR, DWORD \fIdwLen\fR ) .SH DESCRIPTION .PP Get the registry path to a \fBMIME\fR content key. .SH PARAMS \fIlpszType\fR \fB[In]\fR Content type to get the path for. .PP \fIlpszBuffer\fR \fB[Out]\fR Destination for path. .PP \fIdwLen\fR \fB[In]\fR Length of \fIlpszBuffer\fR. .PP .SH RETURNS .PP \fBSuccess:\fR \fBTRUE\fR. \fIlpszBuffer\fR contains the full path. .PP \fBFailure:\fR \fBFALSE\fR. .SH NOTES .PP The base path for the key is \fB"MIME\Database\Content Type\"\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.