extern structstd.os.windows.MOUNTMGR_MOUNT_POINT[src]

Fields

SymbolicLinkNameOffset: ULONG
SymbolicLinkNameLength: USHORT
Reserved1: USHORT
UniqueIdOffset: ULONG
UniqueIdLength: USHORT
Reserved2: USHORT
DeviceNameOffset: ULONG
DeviceNameLength: USHORT
Reserved3: USHORT

Source Code

Source code
pub const MOUNTMGR_MOUNT_POINT = extern struct {
    SymbolicLinkNameOffset: ULONG,
    SymbolicLinkNameLength: USHORT,
    Reserved1: USHORT,
    UniqueIdOffset: ULONG,
    UniqueIdLength: USHORT,
    Reserved2: USHORT,
    DeviceNameOffset: ULONG,
    DeviceNameLength: USHORT,
    Reserved3: USHORT,
}