Struct winapi::um::combaseapi::ServerInformation   [−][src]
#[repr(C)]pub struct ServerInformation {
    pub dwServerPid: DWORD,
    pub dwServerTid: DWORD,
    pub ui64ServerAddress: UINT64,
}Fields
dwServerPid: DWORDdwServerTid: DWORDui64ServerAddress: UINT64Trait Implementations
Returns the “default value” for a type. Read more