Home
last modified time | relevance | path

Searched defs:IOleCacheVtbl (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs241623 pub struct IOleCacheVtbl { struct
241624 pub QueryInterface: ::std::option::Option<
241631 pub AddRef: ::std::option::Option<unsafe extern "C" fn(This: *mut IOleCache) -> ULONG>,
241632 pub Release: ::std::option::Option<unsafe extern "C" fn(This: *mut IOleCache) -> ULONG>,
241633 pub Cache: ::std::option::Option<
241664 const UNINIT: ::std::mem::MaybeUninit<IOleCacheVtbl> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_IOleCacheVtbl() argument