FILEMUIINFO_GET_MAIN_TYPEID macro (winnls.h)

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

Syntax

void FILEMUIINFO_GET_MAIN_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