Leaked source code of windows server 2003
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.
 
 
 
 
 
 
Shaswata Das 5c6fe3db62
Create README.md
4 years ago
..
clnetres.clw commiting as it is 4 years ago
clnetres.cpp commiting as it is 4 years ago
clnetres.def commiting as it is 4 years ago
clnetres.dsp commiting as it is 4 years ago
clnetres.h commiting as it is 4 years ago
clnetres.rc commiting as it is 4 years ago
clnetres.ver commiting as it is 4 years ago
dhcp.cpp commiting as it is 4 years ago
makefile commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
sources commiting as it is 4 years ago
wins.cpp commiting as it is 4 years ago

readme.txt

========================================================================

CLUSTER RESOURCE DLL : DHCP Service (ClNetRes)
========================================================================


AppWizard has created this DHCP Service resource DLL for you. This
DLL not only demonstrates the basics of using the Cluster API but is
also a starting point for writing your DLL.

This file contains a summary of what you will find in each of the files
that make up your DHCP Service resource DLL.

ClNetRes.c
This is the main DLL source file. It contains implementations for
all required resource DLL entry points along with some helper
functions.

ClNetRes.rc
This is a listing of all of the Microsoft Windows resources that
the program uses. This file can be directly edited in Microsoft
Developer Studio.

ClNetRes.def
This file contains information about the DLL that must be
provided to run with the cluster software. It defines parameters
such as the name and description of the DLL. It also exports
functions from the DLL.

/////////////////////////////////////////////////////////////////////////////
Adding your resource type to the cluster:

To add your resource type to the cluster, use cluster.exe.

cluster resourcetype "DHCP Service" /create /dllname:ClNetRes.dll

If you don't specify a path to your resource DLL, Cluster Server will search
for it first in the cluster directory and then on the system path.

You can now create resources of type "DHCP Service" using either
Cluster Administrator or cluster.exe. To use Cluster Administrator to
create resources, create a Cluster Administrator Extension DLL for your
resource. This is highly recommended. To create a resource using cluster.exe,
use a command like the following:

cluster resource "My DHCP Service" /create /group:"My Group" /type:"DHCP Service"
cluster resource "My DHCP Service" /privproperties
DatabasePath="value"
BackupPath="value"

/////////////////////////////////////////////////////////////////////////////
Other notes:

AppWizard uses "TODO:" to indicate parts of the source code you should add
to or customize.

AppWizard uses "ADDPARAM:" to indicate parts of the source code you should
modify if you add or remove parameters.

/////////////////////////////////////////////////////////////////////////////