|
AUI Framework
master
Cross-platform base for C++ UI apps
|
RAII helper to access HGLOBAL data.
#include <AUI/Platform/win32/ScopedHGlobal.h>
Public Member Functions# | |
| ScopedHGlobal (HGLOBAL blob) noexcept | |
| char * | data () const noexcept |
| std::size_t | size () const noexcept |
| operator AByteBufferView () const noexcept | |