Home
last modified time | relevance | path

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

/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshappmgr.h37 typedef struct IEnumPublishedApps IEnumPublishedApps; typedef
232 struct IEnumPublishedApps : public IUnknown { struct
247 struct IEnumPublishedApps { struct
248 CONST_VTBL struct IEnumPublishedAppsVtbl *lpVtbl; argument
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dshappmgr.h37 typedef struct IEnumPublishedApps IEnumPublishedApps; typedef
232 struct IEnumPublishedApps : public IUnknown { struct
247 struct IEnumPublishedApps { struct
248 CONST_VTBL struct IEnumPublishedAppsVtbl *lpVtbl; argument
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/UI/Shell/
H A Dmod.rs4850 pub type IEnumPublishedApps = *mut ::core::ffi::c_void; typedef