Hans Leidekker : dnsapi: Teach winapi_check about dnsapi.dll.

Alexandre Julliard julliard at wine.codeweavers.com
Mon Apr 10 13:47:43 CDT 2006


Module: wine
Branch: refs/heads/master
Commit: 60e017de999ccbd5105248140d16633a56f2bbc0
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=60e017de999ccbd5105248140d16633a56f2bbc0

Author: Hans Leidekker <hans at it.vu.nl>
Date:   Mon Apr 10 16:39:22 2006 +0200

dnsapi: Teach winapi_check about dnsapi.dll.

---

 tools/winapi/win32.api |   46 ++++++++++++++++++++++++++++++++++++++++++++++
 1 files changed, 46 insertions(+), 0 deletions(-)

diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api
index d0e5db4..33fea81 100644
--- a/tools/winapi/win32.api
+++ b/tools/winapi/win32.api
@@ -1043,6 +1043,52 @@ HRESULT
 
 LPVOID
 
+%%dnsapi.dll
+
+%long
+
+BOOL
+DNS_CHARSET
+DNS_CONFIG_TYPE
+DNS_FREE_TYPE
+DNS_NAME_FORMAT
+DNS_STATUS
+DWORD
+HANDLE
+WORD
+
+%ptr
+
+HANDLE *
+PDNS_MESSAGE_BUFFER
+PDNS_RECORD
+PDNS_RECORD *
+PDNS_RECORDA
+PDNS_RECORDA *
+PDNS_RECORDW
+PDNS_RECORDW *
+PDWORD
+PIP4_ARRAY
+PVOID
+PVOID *
+
+%str
+
+LPCSTR
+LPSTR
+PCSTR
+
+%void
+
+void
+
+%wstr
+
+LPCWSTR
+LPWSTR
+PCWSTR
+PWSTR
+
 %%dplayx.dll
 
 %long




More information about the wine-cvs mailing list