GdipCloneStringFormat

 

 

Description

Creates a new StringFormat object and initializes it with the contents of this StringFormat object.

Syntax

GpStatus WINGDIPAPI GdipCloneStringFormat(

    GDIPCONST GpStringFormat *format,

    GpStringFormat **newFormat

);

PowerBASIC Syntax

DECLARE FUNCTION GdipCloneStringFormat ( _

    BYVAL pFormat AS DWORD, _

    BYREF newFormat AS DWORD _

) AS LONG

Parameters

 

format

[in] Pointer to the StringFormat object.

newFormat

[in] Pointer to a variable that receives a pointer to the new StringFormat object.

 

Valid HTML 4.01 Transitional