This commit is contained in:
rozmansi
2023-10-13 09:57:26 +00:00
parent 763c1f85ed
commit 6f2bdd026b
287 changed files with 894 additions and 710 deletions

View File

@@ -91,7 +91,7 @@ Example</h3>
<div class="line"> <span class="keywordflow">throw</span> <a class="code hl_class" href="classwinstd_1_1win__runtime__error.html">winstd::win_runtime_error</a>(<span class="stringliteral">&quot;LoadLibraryEx failed&quot;</span>);</div>
<div class="line">m_note_icon-&gt;SetIcon(wxLoadIconFromResource(lib_shell32, MAKEINTRESOURCE(48)));</div>
<div class="ttc" id="aclasswinstd_1_1library_html"><div class="ttname"><a href="classwinstd_1_1library.html">winstd::library</a></div><div class="ttdoc">Module handle wrapper.</div><div class="ttdef"><b>Definition</b> Win.h:1061</div></div>
<div class="ttc" id="aclasswinstd_1_1win__runtime__error_html"><div class="ttname"><a href="classwinstd_1_1win__runtime__error.html">winstd::win_runtime_error</a></div><div class="ttdoc">Windows runtime error.</div><div class="ttdef"><b>Definition</b> Common.h:1422</div></div>
<div class="ttc" id="aclasswinstd_1_1win__runtime__error_html"><div class="ttname"><a href="classwinstd_1_1win__runtime__error.html">winstd::win_runtime_error</a></div><div class="ttdoc">Windows runtime error.</div><div class="ttdef"><b>Definition</b> Common.h:1491</div></div>
</div><!-- fragment --><h2><a class="anchor" id="autotoc_md5"></a>
Functions and Templates</h2>
<p>Different Win32 API functions have different ways of returning variable-sized data. Getting tired of carefully studying MSDN for each particular Win32 API function how to preallocate the output memory correctly? We too...</p>
@@ -116,7 +116,7 @@ Example</h3>
<div class="line"> <span class="stringliteral">&quot;Maximum packet size too small (minimum: %zu, available: %u)&quot;</span>,</div>
<div class="line"> <span class="keyword">sizeof</span>(EapPacket) + 1,</div>
<div class="line"> dwMaxSendPacketSize));</div>
<div class="ttc" id="aclasswinstd_1_1basic__string__printf_html"><div class="ttname"><a href="classwinstd_1_1basic__string__printf.html">winstd::basic_string_printf</a></div><div class="ttdoc">Base template class to support string formatting using printf() style templates.</div><div class="ttdef"><b>Definition</b> Common.h:1504</div></div>
<div class="ttc" id="aclasswinstd_1_1basic__string__printf_html"><div class="ttname"><a href="classwinstd_1_1basic__string__printf.html">winstd::basic_string_printf</a></div><div class="ttdoc">Base template class to support string formatting using printf() style templates.</div><div class="ttdef"><b>Definition</b> Common.h:1574</div></div>
</div><!-- fragment --><h1><a class="anchor" id="autotoc_md9"></a>
What WinStd Is Not</h1>
<p>WinStd is not trying to be a full-fledged object-oriented framework on top of Win32 API. We have Microsoft to publish those once every few years - and obsolete it when they loose interest. WinStd aims at augmenting Win32 API with a little bit of help from C++.</p>
@@ -148,7 +148,7 @@ Usage</h1>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated on Thu Oct 12 2023 11:52:36 for WinStd by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
Generated on Fri Oct 13 2023 09:57:25 for WinStd by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>