Description
Gets a list of the property identifiers used in the metadata of this Image
object.
Syntax
GpStatus WINGDIPAPI GdipGetPropertyIdList(
GpImage *image,
UINT
numOfProperty,
PROPID* list
);
PowerBASIC Syntax
DECLARE FUNCTION GdipGetPropertyIdList ( _
BYVAL pImage AS
DWORD, _
BYVAL
numOfProperty AS DWORD, _
BYREF list AS
DWORD _
) AS LONG
Parameters
image
[in] Pointer to the Image object.
numOfProperty
[in] Integer that specifies the number of elements in the list
array. Call the
GetPropertyCount
method to determine this number.
list
[out] Pointer to an array that receives the property identifiers.
|