Important: The information in this document is obsolete and should not be used for new development.
StdGetPic
TheStdGetPicprocedure is QuickDraw's standard low-level routine for retrieving information from the definition of a picture.
PROCEDURE StdGetPic (dataPtr:\xDDPtr; byteCount:\xDDInteger);
dataPtr- A pointer to the collected picture data.
byteCount- The size of the picture data.
DESCRIPTION
TheStdGetPicprocedure retrieves from the definition of the currently open picture the next number of bytes as specified in thebyteCountparameter. TheStdGetPicprocedure stores them in the data structure pointed to by thedataPtrparameter.SEE ALSO
Pictures are described in the chapter "Pictures," which also provides a code sample illustrating how you can supply your application with its own low-level procedure for retrieving pictures.