doc: add the doc for c++ binding according to c binding

This commit is contained in:
2026-06-26 14:59:14 +08:00
parent db69452213
commit e3a1195c04
2 changed files with 412 additions and 3 deletions

View File

@@ -22,6 +22,12 @@
#ifdef __cplusplus
/**
* @brief Windows File Association C/C++ API namespace
*
* This namespace only provide the raw binding to C-compatible wfassoc API in C++.
* For the C++ RAII wrappers of this, please see @ref wfassocpp namespace.
*/
namespace wfassoc {
#endif // __cplusplus