Type Alias SD_CHANGE_MACHINE_SID_INPUT

Source
pub type SD_CHANGE_MACHINE_SID_INPUT = _SD_CHANGE_MACHINE_SID_INPUT;

Aliased Type§

struct SD_CHANGE_MACHINE_SID_INPUT {
    pub CurrentMachineSIDOffset: u16,
    pub CurrentMachineSIDLength: u16,
    pub NewMachineSIDOffset: u16,
    pub NewMachineSIDLength: u16,
}

Fields§

§CurrentMachineSIDOffset: u16§CurrentMachineSIDLength: u16§NewMachineSIDOffset: u16§NewMachineSIDLength: u16