GdipGetPropertyItem

 

 

Description

Gets a specified property item (piece of metadata) from this Image object.

Syntax

GpStatus WINGDIPAPI GdipGetPropertyItem(

    GpImage *image,

    PROPID propId,

    UINT propSize,

    PropertyItem* buffer

);

PowerBASIC Syntax

DECLARE FUNCTION GdipGetPropertyItem ( _

    BYVAL pImage AS DWORD, _

    BYVAL propId AS DWORD, _

    BYVAL propSize AS DWORD, _

    BYREF buffer AS PropertyItem _

) AS LONG

Parameters

 

image

[in] Pointer to the Image object.

propId

[in] Integer that identifies the property item to be retrieved.

propSize

[in] Integer that specifies the size, in bytes, of the property item to be retrieved. Call the GdipGetPropertyItemSize method to determine the size.

buffer

[out] Pointer to a PropertyItem structure that receives the property item.

 

Valid HTML 4.01 Transitional