UNPKG

@jaricardodev/ews-javascript-api

Version:
20 lines (12 loc) 1.3 kB
// import {DnsRecordType} from "../Enumerations/DnsRecordType"; // import {DnsQueryOptions} from "../Enumerations/DnsQueryOptions"; // import {FreeType} from "../Enumerations/FreeType"; // export class DnsNativeMethods { // private static DNSAPI: string = "dnsapi.dll"; // AllocDnsServerList(dnsServerAddress: any /*System.Net.IPAddress*/): number{ throw new Error("DnsNativeMethods.ts - AllocDnsServerList : Not implemented.");} // DnsQuery(pszName: string, wType: DnsRecordType, options: DnsQueryOptions, aipServers: number, ppQueryResults: number /*System.IntPtr&*/, pReserved: number): number{ throw new Error("DnsNativeMethods.ts - DnsQuery : Not implemented.");} // //DnsQuery(domain: string, dnsServerAddress: any /*System.Net.IPAddress*/, recordType: DnsRecordType, ppQueryResults: number /*System.IntPtr&*/): number{ throw new Error("DnsNativeMethods.ts - DnsQuery : Not implemented.");} // DnsRecordListFree(ptrRecords: number, freeType: FreeType): void{ throw new Error("DnsNativeMethods.ts - DnsRecordListFree : Not implemented.");} // FreeDnsQueryResults(ptrRecords: number): void{ throw new Error("DnsNativeMethods.ts - FreeDnsQueryResults : Not implemented.");} // } // //------------modulename->Microsoft.Exchange.WebServices.Dns------------