MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / prop

Method prop

TranslucentTB/windows/window.hpp:178–181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 }
177
178 inline HANDLE prop(Util::null_terminated_wstring_view name) const noexcept
179 {
180 return GetProp(m_WindowHandle, name.c_str());
181 }
182
183 inline std::optional<LONG_PTR> get_long_ptr(int index) const
184 {

Callers

nothing calls this directly

Calls 1

c_strMethod · 0.80

Tested by

no test coverage detected