GetMIMETypeSubKeyA (SHLWAPI.328)
BOOL GetMIMETypeSubKeyA ( LPCSTR lpszType, LPSTR lpszBuffer, DWORD dwLen )
Get the registry path to a MIME content key.
lpszType | [In] | Content type to get the path for. |
lpszBuffer | [Out] | Destination for path. |
dwLen | [In] | Length of lpszBuffer. |
Success: TRUE. lpszBuffer contains the full path.
Failure: FALSE.
The base path for the key is "MIME\Database\Content Type\"
Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.
Implemented in "dlls/shlwapi/reg.c". gitlab.winehq.org/wine/wine/blob/master/dlls/shlwapi/reg.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.