From 1d4ce6986b10d7d84866f3d9d368adb612a17b49 Mon Sep 17 00:00:00 2001 From: hakril Date: Sat, 2 Jan 2016 01:39:47 +0100 Subject: [PATCH] update new winfunc.txt --- ctypes_generation/winfunc.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/ctypes_generation/winfunc.txt b/ctypes_generation/winfunc.txt index f111712..61a2157 100644 --- a/ctypes_generation/winfunc.txt +++ b/ctypes_generation/winfunc.txt @@ -647,4 +647,10 @@ INT WINAPI GetClipboardFormatNameW( _In_ UINT format, _Out_ LPCWSTR lpszFormatName, _In_ INT cchMaxCount +); + +LONG WINAPI WinVerifyTrust( + _In_ HWND hWnd, + _In_ GUID *pgActionID, + _In_ LPVOID pWVTData ); \ No newline at end of file