pub type ServerInformation = tagServerInformation;
Aliased Type§
struct ServerInformation {
pub dwServerPid: u32,
pub dwServerTid: u32,
pub ui64ServerAddress: u64,
}
Fields§
§dwServerPid: u32
§dwServerTid: u32
§ui64ServerAddress: u64