GdipSetStringFormatFlags

 

 

Description

Sets the format flags for this StringFormat object. The format flags determine most of the characteristics of a StringFormat object.

Syntax

GpStatus WINGDIPAPI GdipSetStringFormatFlags(

    GpStringFormat *format,

    INT flags

);

PowerBASIC Syntax

DECLARE FUNCTION GdipSetStringFormatFlags ( _

    BYVAL pFormat AS DWORD, _

    BYVAL flags AS LONG _

) AS LONG

Parameters

 

format

[in] Pointer to the StringFormat object.

flags

[in] Thirty-two bit value that specifies the format flags that control most of the characteristics of the StringFormat object. The flags are set by applying a bitwise OR to elements of the StringFormatFlags enumeration.

 

Valid HTML 4.01 Transitional