GetMIMETypeSubKeyA.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "MIMEDatabaseContent Type

 

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.

Implemented in "dlls/shlwapi/reg.c".

Debug channel "shell".