Scroll to navigation

RegisterMIMETypeForExtensionW(3w) Wine API RegisterMIMETypeForExtensionW(3w)

NAME

RegisterMIMETypeForExtensionW (SHLWAPI.321)

SYNOPSIS

BOOL RegisterMIMETypeForExtensionW
(
LPCWSTR lpszSubKey,
LPCWSTR lpszValue
)
 

DESCRIPTION

See RegisterMIMETypeForExtensionA(3w).
 

IMPLEMENTATION

Exported by ordinal only. Use GetProcAddress(3w) to obtain a pointer to the function.
Implemented in "dlls/shlwapi/reg.c".
Debug channel "shell".
Oct 2012 Wine API