GdipGetImageRawFormat

 

 

 Description

Gets a globally unique identifier (GUID) that identifies the format of the image.

Syntax

GpStatus WINGDIPAPI GdipGetImageRawFormat(

    GpImage *image,

    GUID *format

)

PowerBASIC Syntax

DECLARE FUNCTION GdipGetImageRawFormat ( _

    BYVAL pImage AS DWORD, _

    BYREF pFormat AS GUID _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

format

[out] Pointer to a GUID variable that receives the format identifier.

 

Valid HTML 4.01 Transitional