extern structstd.os.windows.MOUNTMGR_MOUNT_POINTS[src]

Fields

Size: ULONG
NumberOfMountPoints: ULONG
MountPoints: [1]MOUNTMGR_MOUNT_POINT

Source Code

Source code
pub const MOUNTMGR_MOUNT_POINTS = extern struct {
    Size: ULONG,
    NumberOfMountPoints: ULONG,
    MountPoints: [1]MOUNTMGR_MOUNT_POINT,
}