Carbon


MultiUserGestalt

Header: Folders.h

struct MultiUserGestalt {
    SInt16 giVersion; 
    SInt16 giReserved0; 
    SInt16 giReserved1; 
    SInt16 giReserved2; 
    SInt16 giReserved3; 
    FSSpec giReserved4; 
    SInt16 giDocsVRefNum; 
    SInt32 giDocsDirID; 
    SInt16 giForceSaves; 
    SInt16 giForceOpens; 
    Str31 giSetupName; 
    Str31 giUserName; 
    Str31 giFrontAppName; 
    SInt16 giReserved5; 
    SInt16 giIsOn; 
    SInt16 giUserLoggedInType; 
    char giUserEncryptPwd[16]; 
    SInt16 giUserEnvironment; 
    SInt32 giReserved6; 
    SInt32 giReserved7; 
    Boolean giDisableScrnShots; 
    Boolean giSupportsAsyncFSCalls; 
    SInt16 giPrefsVRefNum; 
    SInt32 giPrefsDirID; 
    UInt32 giUserLogInTime; 
    Boolean giUsingPrintQuotas; 
    Boolean giUsingDiskQuotas; 
    Boolean giInSystemAccess; 
    Boolean giUserFolderEnabled; 
    SInt16 giReserved8; 
    SInt32 giReserved9; 
    Boolean giInLoginScreen;
};
typedef MultiUserGestalt MultiUserGestaltPtr;

© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)