aescrypt32.h

来自「AES, 即Advanced Encryption Standard高级加密标准」· C头文件 代码 · 共 26 行

H
26
字号
/*
 *  AESCrypt32.h
 *
 *  Copyright (C) 2006
 *  Paul E. Jones <paulej@arid.us>
 *  All Rights Reserved.
 *
 ******************************************************************************
 *  $Id: AESCrypt32.h,v 1.1.1.1 2006/05/30 08:04:59 paulej Exp $
 ******************************************************************************
 *
 *  This header file simply defines various values used by the AESCrypt32.cpp
 *  module.
 *
 */

#pragma once

#include "resource.h"

// Externals in the AESCrypt DLL
bool AESLibBusy();
void ProcessFiles(  StringList *file_list,
                    bool encrypt);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?