Function dokany_sys::DokanGetMountPointList
source · pub unsafe extern "stdcall" fn DokanGetMountPointList(
uncOnly: BOOL,
nbRead: PULONG
) -> PDOKAN_MOUNT_POINT_INFO
Expand description
Get active Dokan mount points.
Returned array need to be released by calling DokanReleaseMountPointList
Arguments
uncOnly
: Get only instances that have UNC Name.
nbRead
: Number of instances successfully retrieved.
Return
Allocate array of DOKAN_MOUNT_POINT_INFO.