Struct windows_sys::Win32::System::WinRT::ServerInformation
[−]#[repr(C)]pub struct ServerInformation {
pub dwServerPid: u32,
pub dwServerTid: u32,
pub ui64ServerAddress: u64,
}Expand description
Required features: ‘Win32_System_WinRT’
Fields
dwServerPid: u32dwServerTid: u32ui64ServerAddress: u64