GdipGetAllPropertyItems

 

 

Description

Gets all the property items (metadata) stored in the specified Image object.

Syntax

GpStatus WINGDIPAPI GdipGetAllPropertyItems(

    GpImage *image,

    UINT totalBufferSize,

    UINT numProperties,

    PropertyItem* allItems

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetAllPropertyItems ( _

    BYVAL pImage AS DWORD, _

    BYVAL totalBufferSize AS DWORD, _

    BYVAL numProperties AS DWORD, _

    BYREF allItems AS PropertyItem _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

totalBufferSize

[in] Long integer value that specifies the size, in bytes, of the allItems buffer. Call the GdipGetPropertySize method to obtain the required size.

numProperties

[in] Long integer value that specifies the number of properties in the image. Call the GdipGetPropertySize method to obtain this number.

allItems

[out] Pointer to an array of PropertyItem structures that receive the property items.

 

Valid HTML 4.01 Transitional