cwbNL_LoadMenuStrings

Purpose

This routine will control the replacement of translatable text within a menu.

Syntax

 
unsigned int CWB_ENTRY cwbNL_LoadMenuStrings(
                             HWND      WindowHandle,
                             HINSTANCE menuHandle,
                             HINSTANCE MRIHandle);

Parameters

HWND windowHandle - input
Window handle of the dialog box that contains the menu.
HMODULE menuHandle - input
Handle of the menu for the dialog.
HMODULE MRIHandle - input
Handle of the resource DLL containing the strings for the menu.

Return Codes

The following list shows common return values.

CWB_OK
Successful Completion

Usage

None