NAME

GetMIMETypeSubKeyA  (SHLWAPI.328)

SYNOPSIS

 BOOL GetMIMETypeSubKeyA
 (
  LPCSTR lpszType,
  LPSTR  lpszBuffer,
  DWORD  dwLen
 )

DESCRIPTION

Get the registry path to a MIME content key.

PARAMS

lpszType [In] Content type to get the path for.
lpszBuffer [Out] Destination for path.
dwLen [In] Length of lpszBuffer.

RETURNS

Success: TRUE. lpszBuffer contains the full path.

Failure: FALSE.

NOTES

The base path for the key is "MIME\Database\Content Type\"

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress to obtain a pointer to the function.

Implemented in "dlls/shlwapi/reg.c". https://source.winehq.org/source/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 Mar 2024.