Click here to Skip to main content
15,895,283 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: CHttpFile Pin
Tcpip20055-Sep-05 2:19
Tcpip20055-Sep-05 2:19 
GeneralRe: CHttpFile Pin
Neagoe Gabriel5-Sep-05 2:42
Neagoe Gabriel5-Sep-05 2:42 
GeneralRe: CHttpFile Pin
Tcpip20055-Sep-05 2:52
Tcpip20055-Sep-05 2:52 
GeneralRe: CHttpFile Pin
Neagoe Gabriel5-Sep-05 4:23
Neagoe Gabriel5-Sep-05 4:23 
AnswerRe: CHttp Pin
MailtoGops5-Sep-05 3:12
MailtoGops5-Sep-05 3:12 
AnswerRe: CHttp Pin
Gary R. Wheeler5-Sep-05 4:04
Gary R. Wheeler5-Sep-05 4:04 
Questionhwnd Pin
Ali Tavakol5-Sep-05 1:53
Ali Tavakol5-Sep-05 1:53 
AnswerRe: hwnd Pin
Bob Stanneveld5-Sep-05 2:00
Bob Stanneveld5-Sep-05 2:00 
Hello,

HWND is a handle to an object managed by the OS. This means that you have no definition of the object, nor how it is implemented. This means that the object can be anything, an instance of a class, a normal struct, string, etc..

The reason why the watch has no information about the object, is because it doesn't know what to do with the handle, it doesn't know its type (handles are void* pointers). For that reason, { unused=??? } appears in the watch.

Hope this helps. Smile | :)

Behind every great black man...
            ... is the police. - Conspiracy brother


Blog[^]
Answer[Message Deleted] Pin
Neagoe Gabriel5-Sep-05 2:00
Neagoe Gabriel5-Sep-05 2:00 
AnswerRe: hwnd Pin
Neagoe Gabriel5-Sep-05 2:03
Neagoe Gabriel5-Sep-05 2:03 
Questionproblem with templates please help Pin
Member 22477495-Sep-05 0:03
Member 22477495-Sep-05 0:03 
QuestionHotFix Pin
Supriya Tonape4-Sep-05 23:57
Supriya Tonape4-Sep-05 23:57 
AnswerRe: HotFix Pin
ThatsAlok5-Sep-05 0:09
ThatsAlok5-Sep-05 0:09 
GeneralRe: HotFix Pin
Supriya Tonape5-Sep-05 1:46
Supriya Tonape5-Sep-05 1:46 
GeneralRe: HotFix Pin
ThatsAlok5-Sep-05 2:49
ThatsAlok5-Sep-05 2:49 
GeneralRe: HotFix Pin
Ravi Bhavnani5-Sep-05 3:05
professionalRavi Bhavnani5-Sep-05 3:05 
GeneralRe: HotFix Pin
Supriya Tonape5-Sep-05 3:21
Supriya Tonape5-Sep-05 3:21 
GeneralRe: HotFix Pin
ThatsAlok5-Sep-05 3:49
ThatsAlok5-Sep-05 3:49 
Questionsimple Question Pin
Eytukan4-Sep-05 23:54
Eytukan4-Sep-05 23:54 
AnswerRe: simple Question [edited] Pin
toxcct5-Sep-05 0:05
toxcct5-Sep-05 0:05 
AnswerRe: simple Question Pin
ThatsAlok5-Sep-05 0:06
ThatsAlok5-Sep-05 0:06 
JokeRe: simple Question Pin
G Haranadh5-Sep-05 0:32
G Haranadh5-Sep-05 0:32 
JokeRe: simple Question Pin
ThatsAlok5-Sep-05 0:35
ThatsAlok5-Sep-05 0:35 
JokeRe: simple Question Pin
toxcct5-Sep-05 1:07
toxcct5-Sep-05 1:07 
GeneralRe: simple Question Pin
kakan5-Sep-05 0:36
professionalkakan5-Sep-05 0:36 

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.