Scroll to navigation

RegisterExtensionForMIMETypeW(3w) Wine API RegisterExtensionForMIMETypeW(3w)

NAME

RegisterExtensionForMIMETypeW (SHLWAPI.325)

SYNOPSIS

BOOL RegisterExtensionForMIMETypeW
(
LPCWSTR lpszExt,
LPCWSTR lpszType
)
 

DESCRIPTION

See RegisterExtensionForMIMETypeA(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