This topic has not yet been rated - Rate this topic

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

 
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.