 |
GdipGetPropertyItem ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Gets a specified property item (piece of metadata) from this Image object. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
GpStatus WINGDIPAPI GdipGetPropertyItem(
GpImage *image,
PROPID propId,
UINT propSize,
PropertyItem* buffer
)
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER GdipGetPropertyItem IN gdiplus;
INTEGER img,;
INTEGER propId,;
INTEGER propSize,;
STRING @ buffer
|
 |
 |
 |
| Parameters: |
 |
img
[in] Handle to 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 to
determine the size.
buffer
[out] Pointer to a PropertyItem object that receives the property item. |
 |
 |
| Return value: |
 |
| Returns 0 on success. |
 |
 |
| Word Index links for the GdipGetPropertyItem : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2004-07-29 12:52:16 | | Modified: | 2004-07-29 12:59:23 | Visited in last 7 days: 12 |