09 2012 档案
摘要:http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation http://msdn.microsoft.com/en-us/library/system.security.cryptography.ciphermode.aspx
阅读全文
摘要:Type Name
Bytes
Other Names
Range of Values
int
4
signed
–2,147,483,648 to 2,147,483,647
unsigned int
4
unsigned
0 to 4,294,967,295
__int8
1
char
–128 to 127
unsigned __int8
1
unsigned char
0 to 255
阅读全文
摘要:Data type
Description
APIENTRY
The calling convention for system functions.
This type is declared in WinDef.h as follows:
#define APIENTRY WINAPI
ATOM
An atom. For more information, see About Atom Tables.
This type is declared in WinDef.h as follows:
typedef WORD ATOM;
BOOL
A Boolean variable (should be TRUE or FALSE).
This type is declared in WinDef.h as follows:
typedef int BOOL;
阅读全文
浙公网安备 33010602011771号