diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-22 00:51:09 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2016-05-22 00:51:09 +0300 |
commit | 1fc5c23997c7423fddca9b29ac12f77efe8fb6de (patch) | |
tree | 92c10c30c402624c7a9ea36d2941e6c40f587b8c /utils/libnt_path_converter/README.md | |
parent | README updates (diff) | |
download | windows7-drivers-1fc5c23997c7423fddca9b29ac12f77efe8fb6de.tar.gz windows7-drivers-1fc5c23997c7423fddca9b29ac12f77efe8fb6de.zip |
README updates
Diffstat (limited to '')
-rw-r--r-- | utils/libnt_path_converter/README.md | 22 |
1 files changed, 7 insertions, 15 deletions
diff --git a/utils/libnt_path_converter/README.md b/utils/libnt_path_converter/README.md index 43375e0..b3cde53 100644 --- a/utils/libnt_path_converter/README.md +++ b/utils/libnt_path_converter/README.md @@ -2,14 +2,9 @@ [nt_path_converter] driver usage examples. -## Library - -[nt_path_converter] driver's virtual device is wrapped into a separate library -`libnt_path_converter` using [libservice]. -`#include <libnt_path_converter/all.hpp>` and link with -`libnt_path_converter.lib` to use the library. +[nt_path_converter]: ../../src/nt_path_converter -## Utilities +## Usage ### convert_nt_path.exe @@ -22,15 +17,12 @@ For example: > convert_nt_path.exe \Device\HarddiskVolume2\Windows C:\Windows +[WinObj]: https://technet.microsoft.com/en-us/library/bb896657.aspx + ## See also -* [Building] +* [Building the utilities] * [License] - - -[building]: ../README.md#building -[license]: ../../README.md#license -[nt_path_converter]: ../../src/nt_path_converter -[libservice]: ../libservice/README.md -[WinObj]: https://technet.microsoft.com/en-us/library/bb896657.aspx +[Building the utilities]: ../README.md#building-the-utilities +[License]: ../../README.md#license |