Home
last modified time | relevance | path

Searched refs:m_bstrFullName (Results 1 – 8 of 8) sorted by relevance

/dports/editors/xvile/vile-9.8v/
H A Dw32ole.cpp509 m_bstrFullName = NULL; in vile_oa()
517 if (m_bstrFullName) SysFreeString(m_bstrFullName); in ~vile_oa()
617 if (! m_bstrFullName) in get_FullName()
648 if (! (tmp && (m_bstrFullName = SysAllocString(tmp)) != 0)) in get_FullName()
651 *pbstr = SysAllocString(m_bstrFullName); in get_FullName()
H A Dw32ole.h95 BSTR m_bstrFullName; // Full name of application. variable
/dports/editors/vile/vile-9.8v/
H A Dw32ole.cpp509 m_bstrFullName = NULL; in vile_oa()
517 if (m_bstrFullName) SysFreeString(m_bstrFullName); in ~vile_oa()
617 if (! m_bstrFullName) in get_FullName()
648 if (! (tmp && (m_bstrFullName = SysAllocString(tmp)) != 0)) in get_FullName()
651 *pbstr = SysAllocString(m_bstrFullName); in get_FullName()
H A Dw32ole.h95 BSTR m_bstrFullName; // Full name of application. variable
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgprop.h266 BSTR m_bstrFullName; member
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Ddbgprop.h266 BSTR m_bstrFullName; member
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs3672 pub m_bstrFullName: super::super::super::Foundation::BSTR, field
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/System/Diagnostics/Debug/
H A Dmod.rs4938 pub m_bstrFullName: super::super::super::Foundation::BSTR, field
4958 .field("m_bstrFullName", &self.m_bstrFullName) in fmt()
4967 …strType && self.m_bstrValue == other.m_bstrValue && self.m_bstrFullName == other.m_bstrFullName &&… in eq()