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