SE_SID

Type Alias SE_SID 

Source
pub type SE_SID = _SE_SID;

Aliased Type§

#[repr(C)]
pub union SE_SID {
    pub Sid: _SID,
    pub Buffer: [u8; 68],
    /* private fields */
}

Fields§

§Sid: _SID§Buffer: [u8; 68]