 |
GdipGetPropertyIdList ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Gets a list of the property identifiers used in the metadata of this Image object. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipGetPropertyIdList(
GpImage *image,
UINT numOfProperty,
PROPID* list
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipGetPropertyIdList IN gdiplus;
INTEGER img,;
INTEGER numOfProperty,;
STRING @ lst
|
 |
 |
 |
| Parameters: |
 |
img
[in] Handle to Image object
numOfProperty
[in] Integer that specifies the number of elements in the list array. Call the GdipGetPropertyCount to determine this number.
list
[out] Pointer to an array that receives the property identifiers. |
 |
 |
| Return value: |
 |
| Returns 0 on success. |
 |
 |
| Word Index links for the GdipGetPropertyIdList : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-07-29 12:38:24 | | Modified: | 2004-07-29 12:55:47 | Visited in last 7 days: 7 |