FILEMUIINFO_GET_MUI_TYPEID macro (winnls.h)

Gets the MUI module types array element associated with the type identifier size and offset information in a FILEMUIINFO structure. The information is provided in the dwTypeIDMUISize and dwTypeIDMUIOffset members of the structure.

Syntax

void FILEMUIINFO_GET_MUI_TYPEID(
   pInfo,
   iType
);

Parameters

pInfo

Pointer to the FILEMUIINFO structure.

iType

Index of the array element.

Return value

None

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