mirror of https://github.com/tongzx/nt5src
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
|
4 years ago | |
---|---|---|
.. | ||
main.cpp | 4 years ago | |
makefile | 4 years ago | |
makefile.inc | 4 years ago | |
module.cpp | 4 years ago | |
module.h | 4 years ago | |
readme.txt | 4 years ago | |
sources | 4 years ago | |
util.cpp | 4 years ago | |
util.h | 4 years ago | |
vptool.rc | 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: