IFSMgr_MountChildVolume(
unsigned long VRP,
unsigned long Drive
)
This service is used to mount a child volume that is associated with a parent volume. Typically, compression drivers like DRVSPACE use this to create the host and child drives.
The IFS manager looks for a parent volume with the same system volume handle as the one passed in. If one is found, a drive mapping is created for the child volume and it is mounted.