HikoGUI
A low latency retained GUI
Loading...
Searching...
No Matches
src
hikogui
security_win32.hpp
1
2
3
#include "security.hpp"
4
#include <windows.h>
5
6
namespace
tt::inline v1 {
7
8
9
void
secure_clear(
void
*ptr,
size_t
size)
noexcept
10
{
11
SecureZeroMemory(ptr, size);
12
}
13
14
}
15
Generated on Mon Apr 22 2024 12:52:40 for HikoGUI by
1.10.0