반응형
Windows Data Types

The data types supported by Microsoft® Windows® are used to define function return values, function and message parameters, and structure members. They define the size and meaning of these elements. For more information about the underlying C/C++ data types, see Data Type Ranges.

The following table contains the following types: character, integer, Boolean, pointer, and handle. The character, integer, and Boolean types are common to most C compilers. Most of the pointer-type names begin with a prefix of P or LP. Handles refer to a resource that has been loaded into memory.

For more information about handling 64-bit integers, see Large Integers.


http://msdn.microsoft.com/en-us/library/aa383751(VS.85).aspx

반응형

'c' 카테고리의 다른 글

CreateProcess 예제  (0) 2008.10.13
bit test  (0) 2008.08.21
java IpAddress To dns name  (0) 2008.06.08
'LPSTR'에서 'LPCWSTR'(으)로 변환할 수 없습니다.  (0) 2008.05.11
const란?  (0) 2008.04.17

+ Recent posts