#[repr(C)]pub struct REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION {
pub Object: *mut c_void,
pub ValueEntries: *mut KEY_VALUE_ENTRY,
pub EntryCount: u32,
pub ValueBuffer: *mut c_void,
pub BufferLength: *mut u32,
pub RequiredBufferLength: *mut u32,
pub CallContext: *mut c_void,
pub ObjectContext: *mut c_void,
pub Reserved: *mut c_void,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§Object: *mut c_void
§ValueEntries: *mut KEY_VALUE_ENTRY
§EntryCount: u32
§ValueBuffer: *mut c_void
§BufferLength: *mut u32
§RequiredBufferLength: *mut u32
§CallContext: *mut c_void
§ObjectContext: *mut c_void
§Reserved: *mut c_void
Trait Implementations§
impl Copy for REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION
Auto Trait Implementations§
impl RefUnwindSafe for REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION
impl !Send for REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION
impl !Sync for REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION
impl Unpin for REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION
impl UnwindSafe for REG_QUERY_MULTIPLE_VALUE_KEY_INFORMATION
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more