Carbon


FindFolderUserRedirectionGlobals

Header: Folders.h

struct FindFolderUserRedirectionGlobals {
    UInt32 version; 
    UInt32 flags; 
    Str31 userName; 
    SInt16 userNameScript; 
    SInt16 currentUserFolderVRefNum; 
    SInt32 currentUserFolderDirID; 
    SInt16 remoteUserFolderVRefNum; 
    SInt32 remoteUserFolderDirID;
};
typedef FindFolderUserRedirectionGlobals FindFolderUserRedirectionGlobalsPtr;

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