If you've already built the sample service, the process is very similar
The example project can be found in the serviceClient sub-directory in the directory where Performance Validator was installed.
If the directory is not present, reinstall your software and choose custom or full installation.
There are two project files in the directory:
•serviceClient.dsp for Microsoft® Developer Studio® 6.0
•serviceClient.vcproj for Microsoft® Visual Studio / .net
There are a small number of configurations in each project:
•Debug / Release dynamically links to the svlPVStubService(_x64).lib demonstrating use with the NT Service API
The service is named PV Simple Service in the control panel services dialog, and provides the following command line options:
•-string Sends the following (optionally quoted) text to the service. If the service is running the service will return the string in reverse order
For example: serviceClient.exe -string "The quick brown fox" returns "xof nworb kciuq ehT"
•-help Display the help message