Edit

Share via


FILEMUIINFO_GET_MUI_TYPENAMES macro (winnls.h)

Gets the MUI module names multistring array associated with the type name offset information in the dwTypeNameMUIOffset member of a FILEMUIINFO structure.

Syntax

LPWSTR FILEMUIINFO_GET_MUI_TYPENAMES(
    PFILEMUIINFO pInfo
);

Parameters

pInfo

Pointer to the FILEMUIINFO structure.

Return value

Type: LPWSTR

Returns a pointer to the MUI module names multistring array. The macro returns NULL if the array is not initialized.

Requirements

Requirement Value
Minimum supported client Windows Vista [desktop apps only]
Minimum supported server Windows Server 2008 [desktop apps only]
Target Platform Windows
Header winnls.h (include Windows.h)

See also

FILEMUIINFO

Multilingual User Interface

Multilingual User Interface Macros