Home
last modified time | relevance | path

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

/aosp_15_r20/tools/netsim/rust/libslirp-rs/src/libslirp_sys/windows/
H A Dbindings.rs234312 pub struct IDispatchVtbl { struct
234313 pub QueryInterface: ::std::option::Option<
234320 pub AddRef: ::std::option::Option<unsafe extern "C" fn(This: *mut IDispatch) -> ULONG>,
234321 pub Release: ::std::option::Option<unsafe extern "C" fn(This: *mut IDispatch) -> ULONG>,
234322 pub GetTypeInfoCount: ::std::option::Option<
234325 pub GetTypeInfo: ::std::option::Option<
234333 pub GetIDsOfNames: ::std::option::Option<
234359 const UNINIT: ::std::mem::MaybeUninit<IDispatchVtbl> = ::std::mem::MaybeUninit::uninit(); in bindgen_test_layout_IDispatchVtbl() argument