struct access_info_1 {
    unsigned char LSFAR * LSPTR  acc1_resource_name;
    short                        acc1_attr;
    short                        acc1_count;
};

where:

In addition, the access_info_1 data structure can be followed by 0-64 access_list data structures. These structures define resource permissions for individual users or groups.


[Back] [Next]