Home
last modified time | relevance | path

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

/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/include/
H A Docidl.h776 STDMETHOD(OnViewStatusChange)(THIS_ DWORD) PURE; in DECLARE_INTERFACE_() local
/dports/devel/mingw32-bin-msvcrt/mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1/mingw32/include/
H A Docidl.h776 STDMETHOD(OnViewStatusChange)(THIS_ DWORD) PURE; in DECLARE_INTERFACE_() local
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Ole/
H A Dmod.rs760 pub unsafe fn OnViewStatusChange(&self, dwviewstatus: u32) { in OnViewStatusChange() method