Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs241752 pub struct IOleCache2Vtbl { struct
241753 pub QueryInterface: ::std::option::Option<
241760 pub AddRef: ::std::option::Option<unsafe extern "C" fn(This: *mut IOleCache2) -> ULONG>,
241761 pub Release: ::std::option::Option<unsafe extern "C" fn(This: *mut IOleCache2) -> ULONG>,
241762 pub Cache: ::std::option::Option<
241770 pub Uncache: ::std::option::Option<
241773 pub EnumCache: ::std::option::Option<
241779 pub InitCache: ::std::option::Option<
241804 const UNINIT: ::std::mem::MaybeUninit<IOleCache2Vtbl> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_IOleCache2Vtbl() argument