GdipGetStringFormatFlags

 

 

Description

Gets the string format flags for this StringFormat object.

Syntax

GpStatus WINGDIPAPI GdipGetStringFormatFlags(

    GDIPCONST GpStringFormat *format,

    INT *flags

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetStringFormatFlags ( _

    BYVAL pFormat AS DWORD, _

    BYREF flags AS LONG _

) AS LONG

Parameters

 

format

[in] Pointer to the StringFormat object.

flags

[out] Pointer to a variable that receives a value that indicates which string format flags are set for this StringFormat object. This value can be any combination (the result of a bitwise OR applied to two or more elements) of elements of the StringFormatFlags enumeration.

 

Valid HTML 4.01 Transitional