Struct winapi::um::winnt::KTMOBJECT_CURSOR [−][src]
#[repr(C)]pub struct KTMOBJECT_CURSOR {
pub LastQuery: GUID,
pub ObjectIdCount: DWORD,
pub ObjectIds: [GUID; 1],
}Fields
LastQuery: GUIDObjectIdCount: DWORDObjectIds: [GUID; 1]Trait Implementations
Returns the “default value” for a type. Read more