WinStd
Additional templates and function helpers for Microsoft Windows using Standard C++ classes
|
WinTrust engine wrapper class. More...
#include <WinTrust.h>
Public Member Functions | |
wintrust (_In_opt_ HWND hwnd, _In_ const GUID &action, _Inout_ WINTRUST_DATA &wtd) | |
Initializes a new class instance. | |
virtual | ~wintrust () |
Destroys the WinTrust context. | |
Protected Attributes | |
HWND | m_hwnd |
GUID | m_action |
WINTRUST_DATA & | m_wtd |
WinTrust engine wrapper class.