MB_GetString function

Returns strings for standard message box buttons.

Syntax

LPCWSTR WINAPI MB_GetString(
   UINT wBtn
);

Parameters

wBtn

The id of the string to return. These are identified by the Dialog Box Command ID values listed in winuser.h.

Return value

The string, or NULL if not found.

Requirements

Requirement Value
Header
User.h
Library
User32.lib
DLL
User32.dll