Click here to Skip to main content
15,895,142 members
Articles / Desktop Programming / MFC

DNS Resolver RFC 1035

Rate me:
Please Sign up or sign in to vote.
3.50/5 (11 votes)
14 Aug 20044 min read 95.8K   2.3K   20  
DNS resolving by RFC 1035; complete library for all versions of Windows.
#if !defined(AFX_DNSCLIENT_H__0FC19C8A_7ECC_47B1_AE1A_958E731B1329__INCLUDED_)
#define AFX_DNSCLIENT_H__0FC19C8A_7ECC_47B1_AE1A_958E731B1329__INCLUDED_

#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000

#include "resource.h"


#endif // !defined(AFX_DNSCLIENT_H__0FC19C8A_7ECC_47B1_AE1A_958E731B1329__INCLUDED_)

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
Web Developer
United States United States
Programmer with WILL

Comments and Discussions