ServerInformation

Type Alias ServerInformation 

Source
pub type ServerInformation = tagServerInformation;

Aliased Type§

#[repr(C)]
pub struct ServerInformation { pub dwServerPid: u64, pub dwServerTid: u64, pub ui64ServerAddress: u64, }

Fields§

§dwServerPid: u64§dwServerTid: u64§ui64ServerAddress: u64