You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
539 B
36 lines
539 B
/*++
|
|
|
|
Copyright (c) 1997-2002 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
DnsPluginSample.h
|
|
|
|
Abstract:
|
|
|
|
Domain Name System (DNS) Sample Plugin DLL
|
|
|
|
Author:
|
|
|
|
Jeff Westhead jwesth January 2002
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
|
|
#ifndef _DNSPLUGINSAMPLE_INCLUDED_
|
|
#define _DNSPLUGINSAMPLE_INCLUDED_
|
|
|
|
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
#include <windows.h>
|
|
#include <windns.h>
|
|
#include <dnsapi.h>
|
|
|
|
#include "..\..\server\DnsPluginInterface.h"
|
|
|
|
|
|
#endif // _DNSPLUGINSAMPLE_INCLUDED_
|