Struct winapi::objidlbase::IMalloc
[−]
[src]
pub struct IMalloc {
pub lpVtbl: *const IMallocVtbl,
}Fields
lpVtbl |
pub struct IMalloc {
pub lpVtbl: *const IMallocVtbl,
}lpVtbl |
impl IMallocunsafe fn Alloc(&mut self, cb: SIZE_T) -> *mut c_voidunsafe fn Realloc(&mut self, pv: *mut c_void, cb: SIZE_T) -> *mut c_voidunsafe fn Free(&mut self, pv: *mut c_void)unsafe fn GetSize(&mut self, pv: *mut c_void) -> SIZE_Tunsafe fn DidAlloc(&mut self, pv: *mut c_void) -> c_intunsafe fn HeapMinimize(&mut self)unsafe fn QueryInterface(&mut self, riid: REFIID, ppvObject: *mut *mut c_void) -> HRESULTunsafe fn AddRef(&mut self) -> ULONGunsafe fn Release(&mut self) -> ULONGimpl Deref for IMallocimpl DerefMut for IMallocimpl Debug for IMalloc
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).
Search functions by type signature (e.g.
vec -> usize)