File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ Provides features to support a better development environment in the kernel.
148
148
* ntl::device
149
149
* Class for DEVICE_OBJECT
150
150
* Features
151
- * [x] Device Extension [ (tested)] ( ./test/driver/src/main.cpp#L39 )
151
+ * [x] Device Extension [ (tested)] ( ./test/driver/src/main.cpp#L33 )
152
152
* [ ] IRP_MJ_CREATE
153
153
* [ ] IRP_MJ_CLOSE
154
154
* [x] IRP_MJ_DEVICE_CONTROL [ (tested)] ( ./test/app/src/main.cpp#L77 ) [ (tested)] ( ./test/driver/src/main.cpp#L55 )
Original file line number Diff line number Diff line change @@ -148,7 +148,7 @@ crtsys의 장점은 아래와 같습니다.
148
148
* ntl::device
149
149
* DEVICE_OBJECT에 대한 클래스
150
150
* Features
151
- * [x] Device Extension [ (tested)] ( ../test/driver/src/main.cpp#L39 )
151
+ * [x] Device Extension [ (tested)] ( ../test/driver/src/main.cpp#L33 )
152
152
* [ ] IRP_MJ_CREATE
153
153
* [ ] IRP_MJ_CLOSE
154
154
* [x] IRP_MJ_DEVICE_CONTROL [ (tested)] ( ../test/app/src/main.cpp#L77 ) [ (tested)] ( ../test/driver/src/main.cpp#L55 )
You can’t perform that action at this time.
0 commit comments