Source code of Windows XP (NT5)
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.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
main.cpp Add source files 4 years ago
makefile Add source files 4 years ago
makefile.inc Add source files 4 years ago
module.cpp Add source files 4 years ago
module.h Add source files 4 years ago
readme.txt Add source files 4 years ago
sources Add source files 4 years ago
util.cpp Add source files 4 years ago
util.h Add source files 4 years ago
vptool.rc Add source files 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: