Home
last modified time | relevance | path

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

/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/library/
H A Dcom.c727 JNIEXPORT jboolean JNICALL COM_NATIVE(OleIsRunning) in COM_NATIVE() argument
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.swt/bundles/org.eclipse.swt/Eclipse SWT PI/win32/org/eclipse/swt/internal/ole/win32/
H A DCOM.java376 public static final native boolean OleIsRunning(long pObject); in OleIsRunning() method in COM
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Ole/
H A Dmod.rs10366 pub unsafe fn OleIsRunning<'a, Param0: ::windows::runtime::IntoParam<'a, IOleObject>>(pobject: Para… in OleIsRunning() function
10371 fn OleIsRunning(pobject: ::windows::runtime::RawPtr) -> super::super::Foundation::BOOL; in OleIsRunning() function
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Ole/
H A Dmod.rs128 pub fn OleIsRunning(pobject: IOleObject) -> super::super::Foundation::BOOL; in OleIsRunning() function