1
0
Files
YYCCommonplace/doc/src/windows/winfct.dox

15 lines
516 B
Plaintext
Raw Normal View History

2026-01-13 13:24:18 +08:00
namespace yycc::windows::winfct {
/**
\page windows__winfct Windows Function Helper
Namespace yycc::windows::winfct gives a more convenient way to call Windows functions.
If you want to know how to use these functions, please read the documentation of each function.
The return value of most functions is a specific result type.
If any error occurs, the result type will be an error, otherwise it will be the true result.
This namespace is Windows specific.
It will be entirely invisible in other platforms.
*/
}