diff options
| author | pravic <[email protected]> | 2016-04-28 23:29:31 +0300 |
|---|---|---|
| committer | pravic <[email protected]> | 2016-04-28 23:29:31 +0300 |
| commit | 60f48d27f3d0a87020e6b196d7d4a99f1eebd6ed (patch) | |
| tree | c321204059c13b68ba76dd444afd15a439ea3add /src/string.rs | |
| parent | small updates for samples (diff) | |
| download | winapi-kmd-rs-60f48d27f3d0a87020e6b196d7d4a99f1eebd6ed.tar.xz winapi-kmd-rs-60f48d27f3d0a87020e6b196d7d4a99f1eebd6ed.zip | |
km updates for Winsock network drivers WIP
Diffstat (limited to 'src/string.rs')
| -rw-r--r-- | src/string.rs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/string.rs b/src/string.rs index 252dbe6..251b9cb 100644 --- a/src/string.rs +++ b/src/string.rs @@ -70,7 +70,8 @@ pub type UnicodeString = UNICODE_STRING; pub type CONST_UNICODE_STRING = UNICODE_STRING; pub type CONST_ANSI_STRING = ANSI_STRING; - +pub type PUNICODE_STRING = *mut UNICODE_STRING; +pub type PCUNICODE_STRING = *const UNICODE_STRING; extern "system" { |