GdipGetStringFormatHotkeyPrefix

 

 

Description

Gets an element of the HotkeyPrefix enumeration that indicates the type of processing that is performed on a string when a hot key prefix, an ampersand (&), is encountered.

Syntax

GpStatus WINGDIPAPI GdipGetStringFormatHotkeyPrefix(

    GDIPCONST GpStringFormat *format,

    INT *hotkeyPrefix

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetStringFormatHotkeyPrefix ( _

    BYVAL pFormat AS DWORD, _

    BYREF hotkeyPrefix AS LONG _

) AS LONG

Parameters

 

format

[in] Pointer to the StringFormat object.

hotkeyPrefix

[out] Pointer to a variable that receives an element of the HotkeyPrefix enumeration that indicates the type of hot key prefix processing that is performed on a string.

 

Valid HTML 4.01 Transitional