2.2.3.1 FSSAGENT_SHARE_MAPPING
The FSSAGENT_SHARE_MAPPING union contains mapping information for a share to its shadow copy based on the level value.
typedef [switch_type(ULONG)] union _FSSAGENT_SHARE_MAPPING {
[case(1)]
PFSSAGENT_SHARE_MAPPING_1 ShareMapping1;
[default]
;
} FSSAGENT_SHARE_MAPPING, * PFSSAGENT_SHARE_MAPPING;
ShareMapping1: A pointer to an FSSAGENT_SHARE_MAPPING_1 structure, as specified in section 2.2.1.1