Group: GDI+ Image - Library: gdiplus
GDI+: reading and writing metadata in JPEG and TIFF files
GpStatus WINGDIPAPI GdipGetPropertyCount(
GpImage *image,
UINT* numOfProperty
)
DECLARE INTEGER GdipGetPropertyCount IN gdiplus;
INTEGER img,;
INTEGER @ numOfProperty
img [in] Handle to Image object
numofproperty [out] Number of properties stored in this Image object
Returns 0 on success.