RecordPictInfo
RecordPictInfo Survey a picture record
#include <PictUtil.h> Picture Utilities
OSErr RecordPictInfo(thePictInfoID, thePictHandle);
PictInfoID thePictInfoID; a unique value.
PicHandle thePictHandle; a handle to a picture record.
returns Error Code; 0=no error
The RecordPictInfo function surveys picture records. You can call this
routine repeatedly to accumulate information about a number of pictures.
thePictInfoID the value returned from the NewPictInfo function.
thePictHandle a handle to a picture record.
Returns: an operating system Error Code.
noErr (0) No error
pictInfoIDErr (-11001) Invalid picture information ID
pictureDataErr (-11005) Invalid picture data

Notes: RecordPictInfo can potentially move and purge memory.