frXFlags
#include <Files.h>
typedef struct DXInfo { Size Offset Description Point frScroll; 4 0 Currently scrolled by this horiz and vert amt
long frOpenChain; 4 4 Directory ID in the chain of open
folders
short frUnused; 2 8 ( reserved)
short frComment; 2 10 Resource ID of folder's comment
(type 'FCMT')
long frPutAway; 4 12 Dir ID of folder's home directory
Notes: A DXInfo structure named ioDrFndrInfo is embedded in the DirInfo structure obtained by PBGetCatInfo. Field values in it can be set via The frScroll field is the horizontal and vertical distance by which the
contents of the folder are currently scrolled.
The frComment field contains the resource ID of an 'FCMT' in the Desktop
file. It is a Pascal string which gets displayed/modified in the Finder's "Get
Info" menu item dialog.
The frPutAway field is a 'hard' directory ID of the folder in which this
folder is normally displayed. When a folder gets moved to the desktop, the
Finder uses this field to implement its "Put Away" menu item.