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.
 
 
 
 
 
 
shaswata56 7b07a90fc1 added large files to lfs 4 years ago
..
main.cpp commiting as it is 4 years ago
makefile commiting as it is 4 years ago
makefile.inc commiting as it is 4 years ago
module.cpp commiting as it is 4 years ago
module.h commiting as it is 4 years ago
readme.txt commiting as it is 4 years ago
sources commiting as it is 4 years ago
util.cpp commiting as it is 4 years ago
util.h commiting as it is 4 years ago
vptool.rc commiting as it is 4 years ago

readme.txt

                 vptool (a simple WAMREG command line tool).


Usage: vptool -Command MetabasePath
Command = CREATEINPROC | CREATEOUTPROC | DELETE | UNLOAD | GETSTATUS

MetabasePath is required for all the commands

CREATEINPROC - Create an in-proc application on the metabase path
CREATEOUTPROC - Create an out-proc application on the metabase path
DELETE - Delete the application on the metabase path if there is one
UNLOAD - Unload an application on the metabase path from w3svc runtime
lookup table.
GETSTATUS - Get status of the application on the metabase path


Purpose:
The vptool is used for unit testing of WAMREG.DLL. The source code also
provides samples on how to use WamAdmin API in C code.

Files:
main.cpp Contains main module
util.cpp Contains timing, and command line argument parsing functions
modules.cpp Contains basic code that use WamAdmin APIs.
Usage: