Click here to Skip to main content
15,902,032 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralData type HANDLE Pin
Anonymous20-Nov-03 1:57
Anonymous20-Nov-03 1:57 
GeneralRe: Data type HANDLE Pin
Simon.W20-Nov-03 2:05
Simon.W20-Nov-03 2:05 
GeneralRe: Data type HANDLE Pin
Toco20-Nov-03 3:06
Toco20-Nov-03 3:06 
GeneralRe: Data type HANDLE Pin
Anonymous20-Nov-03 4:06
Anonymous20-Nov-03 4:06 
GeneralRe: Data type HANDLE Pin
Maximilien20-Nov-03 4:31
Maximilien20-Nov-03 4:31 
GeneralRe: Data type HANDLE Pin
Graham Bradshaw20-Nov-03 4:44
Graham Bradshaw20-Nov-03 4:44 
GeneralRe: Data type HANDLE Pin
Toco21-Nov-03 1:18
Toco21-Nov-03 1:18 
GeneralRe: Data type HANDLE Pin
JWood20-Nov-03 5:46
JWood20-Nov-03 5:46 
HANDLE is unsigned long (DWORD). It is like a pointer because it is unique, but it is hashed to some pointed in memory. Windows manages the memory and this can be shifted and moved around to prevent memory fragmentation, but the HANDLE remains the same.

J.
----------------------------

GeneralLoad strings from a Xml file Pin
FreeGeG20-Nov-03 1:49
FreeGeG20-Nov-03 1:49 
GeneralRe: Load strings from a Xml file Pin
Ravi Bhavnani20-Nov-03 2:10
professionalRavi Bhavnani20-Nov-03 2:10 
GeneralRe: Load strings from a Xml file Pin
jhwurmbach20-Nov-03 2:18
jhwurmbach20-Nov-03 2:18 
GeneralInvalid Cache depth Pin
BadJerry20-Nov-03 1:39
BadJerry20-Nov-03 1:39 
GeneralRe: Invalid Cache depth Pin
Adam Gritt20-Nov-03 3:15
Adam Gritt20-Nov-03 3:15 
GeneralRe: Invalid Cache depth Pin
BadJerry20-Nov-03 3:23
BadJerry20-Nov-03 3:23 
GeneralRe: Invalid Cache depth Pin
BadJerry20-Nov-03 4:39
BadJerry20-Nov-03 4:39 
Questionprint the CString data to printer? Pin
murali_utr20-Nov-03 0:52
murali_utr20-Nov-03 0:52 
AnswerRe: print the CString data to printer? Pin
Simon.W20-Nov-03 2:08
Simon.W20-Nov-03 2:08 
AnswerRe: print the CString data to printer? Pin
Roger Allen20-Nov-03 5:43
Roger Allen20-Nov-03 5:43 
Generalmilliseconds Pin
styve20-Nov-03 0:10
styve20-Nov-03 0:10 
GeneralRe: milliseconds Pin
Taka Muraoka20-Nov-03 0:26
Taka Muraoka20-Nov-03 0:26 
GeneralRe: milliseconds Pin
Mike Dimmick20-Nov-03 1:40
Mike Dimmick20-Nov-03 1:40 
GeneralGetSystemTimeAsFileTime Pin
Vancouver20-Nov-03 8:27
Vancouver20-Nov-03 8:27 
QuestionRemove a file from a project? Pin
Kyudos20-Nov-03 0:07
Kyudos20-Nov-03 0:07 
AnswerRemove a file from a project Pin
Vancouver20-Nov-03 8:46
Vancouver20-Nov-03 8:46 
GeneralRe: Remove a file from a project Pin
Kyudos20-Nov-03 22:32
Kyudos20-Nov-03 22:32 

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.