freeotfenullguid.h
来自「文件驱动加密,功能强大,可产生加密分区,支持AES,MD2,MD4,MD5MD2」· C头文件 代码 · 共 32 行
H
32 行
// Description:
// By Sarah Dean
// Email: sdean12@sdean12.org
// WWW: http://www.FreeOTFE.org/
//
// -----------------------------------------------------------------------------
//
#ifndef _FreeOTFENULLGUID_H
#define _FreeOTFENULLGUID_H 1
#ifdef WINCE
#include <objbase.h>
#else
#include <ntddk.h>
#include <stdio.h>
// Required for std disk device driver I/O control (IOCTL) codes
#include <ntdddisk.h> // xxx -junk
//xxx - junk #include <objbase.h>
#endif
// NULL_GUID defined in std library
DEFINE_GUID(FREEOTFE_NULL_GUID, 0x00000000L, 0x0000, 0x0000, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00);
// =========================================================================
// =========================================================================
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?