Click here to Skip to main content
15,913,722 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CMap lookup Pin
Jack Puppy13-May-05 2:30
Jack Puppy13-May-05 2:30 
GeneralRe: CMap lookup Pin
rgchezhian13-May-05 2:35
rgchezhian13-May-05 2:35 
QuestionHow to judge window server 2003 and 64-bit OS? Pin
>|Gaara|<12-May-05 23:11
>|Gaara|<12-May-05 23:11 
AnswerRe: How to judge window server 2003 and 64-bit OS? Pin
>|Gaara|<15-May-05 14:25
>|Gaara|<15-May-05 14:25 
GeneralHANDLE, DWROD please help newbiew Pin
afil654512-May-05 21:59
afil654512-May-05 21:59 
GeneralRe: HANDLE, DWROD please help newbiew Pin
Priyank Bolia12-May-05 22:14
Priyank Bolia12-May-05 22:14 
GeneralRe: HANDLE, DWROD please help newbiew Pin
CP Visitor13-May-05 2:19
CP Visitor13-May-05 2:19 
GeneralRe: HANDLE, DWROD please help newbiew Pin
Bob Stanneveld12-May-05 22:29
Bob Stanneveld12-May-05 22:29 
Hello,

Try:
<br />
#include <windows.h><br />

ans see the magic that can do!

About those types, they are all typedefs by microsoft. All the types that have 'WORD' in their name, are somekind of an int: WORD = 2 bytes unsigned integer, DWORD = 4 bytes unsigned integer and QWORD (Quad WORD) is left as a exercise...

The HANDLE object is a void* pointer to a system object that is managed by windows. The more windows programming you do, the more you see those objects.

Once you learn how to read the MS conventions (try the hongarian notation) some of those names become more easy to read. For example:
LPCTSTR becomes something like: Long Pointer Constant T (unicode, when defined) STRing, where T comes from the macro _T that you use to make unicode strings if you do a unicode build.

I hope that things are more clear now. Good luck on your quest!

I also got the blogging virus..[^]
QuestionHi,a Dialog program insert flash file,but it runing error? Pin
tomenzi12-May-05 21:45
tomenzi12-May-05 21:45 
AnswerRe: Hi,a Dialog program insert flash file,but it runing error? Pin
toxcct12-May-05 22:46
toxcct12-May-05 22:46 
GeneralRe: Hi,a Dialog program insert flash file,but it runing error? Pin
tomenzi12-May-05 23:02
tomenzi12-May-05 23:02 
GeneralRe: Hi,a Dialog program insert flash file,but it runing error? Pin
toxcct12-May-05 23:04
toxcct12-May-05 23:04 
GeneralRe: Hi,a Dialog program insert flash file,but it runing error? Pin
tomenzi12-May-05 23:49
tomenzi12-May-05 23:49 
GeneralQuestion: Adding a progress bar in status bar using Win32 API Pin
lxcid12-May-05 21:11
lxcid12-May-05 21:11 
GeneralRe: Question: Adding a progress bar in status bar using Win32 API Pin
Jack Puppy12-May-05 22:38
Jack Puppy12-May-05 22:38 
GeneralRanges of an unsigned _int64 Pin
fardak12-May-05 20:53
fardak12-May-05 20:53 
GeneralRe: Ranges of an unsigned _int64 Pin
Graham Bradshaw12-May-05 21:18
Graham Bradshaw12-May-05 21:18 
GeneralRe: Ranges of an unsigned _int64 Pin
cmk12-May-05 21:31
cmk12-May-05 21:31 
GeneralRe: Ranges of an unsigned _int64 Pin
fardak12-May-05 23:09
fardak12-May-05 23:09 
GeneralRe: Ranges of an unsigned _int64 Pin
PJ Arends13-May-05 9:45
professionalPJ Arends13-May-05 9:45 
GeneralRe: Ranges of an unsigned _int64 Pin
fardak13-May-05 21:39
fardak13-May-05 21:39 
GeneralRe: Ranges of an unsigned _int64 Pin
PJ Arends13-May-05 22:08
professionalPJ Arends13-May-05 22:08 
GeneralRe: Ranges of an unsigned _int64 Pin
fardak13-May-05 23:01
fardak13-May-05 23:01 
GeneralRe: Ranges of an unsigned _int64 Pin
PJ Arends14-May-05 8:03
professionalPJ Arends14-May-05 8:03 
GeneralRe: Ranges of an unsigned _int64 Pin
fardak14-May-05 20:16
fardak14-May-05 20:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.