blob: 9cab74cc6fbf72c1b5ed356080128289a25d6230 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
// Notice:
//
// Use this sample code at your own risk; there is no support from Microsoft for the sample code.
// In addition, this sample code is licensed to you under the terms of the Microsoft Public License
// (http://www.microsoft.com/opensource/licenses.mspx)
#pragma once
#include <ntddk.h>
#include <ntstrsafe.h>
|