Click here to Skip to main content
15,883,796 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionCan we create a Toolbar without MenuBar? Pin
Abhijit D. Babar22-Mar-09 22:46
Abhijit D. Babar22-Mar-09 22:46 
AnswerRe: Can we create a Toolbar without MenuBar? Pin
Iain Clarke, Warrior Programmer22-Mar-09 23:32
Iain Clarke, Warrior Programmer22-Mar-09 23:32 
GeneralRe: Can we create a Toolbar without MenuBar? Pin
Abhijit D. Babar23-Mar-09 0:19
Abhijit D. Babar23-Mar-09 0:19 
GeneralRe: Can we create a Toolbar without MenuBar? Pin
Iain Clarke, Warrior Programmer23-Mar-09 0:28
Iain Clarke, Warrior Programmer23-Mar-09 0:28 
Questionfloating point exceptions instead of INF, NaN Pin
sor73naf22-Mar-09 22:42
sor73naf22-Mar-09 22:42 
AnswerRe: floating point exceptions instead of INF, NaN Pin
Dominik Reichl22-Mar-09 23:59
Dominik Reichl22-Mar-09 23:59 
GeneralRe: floating point exceptions instead of INF, NaN Pin
sor73naf23-Mar-09 3:03
sor73naf23-Mar-09 3:03 
QuestionWinInet - INTERNET_CACHE_ENTRY_INFO - Header Info [modified] Pin
CString(0xcccccccc)22-Mar-09 22:33
CString(0xcccccccc)22-Mar-09 22:33 
First question:
The INTERNET_CACHE_ENTRY_INFO has a member LPBYTE lpHeaderInfo pointing to a buffer holding the header info. Does anybody know the structure (format) of that header info ?

To me it seems that the title of the web page starts at offset 0x38 (that's what I'm interrested to know) but I'm not sure it's happening all the time under al versions of Windows and IE. That's why I would like to see some documentation about that.

Second question:
The header info holds the title using a strange coding for the characters, each character on 32 bits (4 bytes). I don't know any character/string format on 32 bits. What's the name of that kind of character/string ? How can I convert it to standard unicode (on 16 bits) ?

I understand I could simply copy it to another buffer and skip bits 16-31, but I'm not sure it will work with any kind of unicode characters.


I use a 64 bit Centrino processor, 64 bit Vista Ultimate, 32 bit IE7, VS2008.

modified on Monday, March 23, 2009 4:53 AM

QuestionWhat is the SEH in release build VS2008 with fclose()? Pin
Chesnokov Yuriy22-Mar-09 22:32
professionalChesnokov Yuriy22-Mar-09 22:32 
AnswerRe: What is the SEH in release build VS2008 with fclose()? Pin
Eytukan23-Mar-09 0:26
Eytukan23-Mar-09 0:26 
QuestionRe: What is the SEH in release build VS2008 with fclose()? Pin
Chesnokov Yuriy23-Mar-09 2:10
professionalChesnokov Yuriy23-Mar-09 2:10 
AnswerRe: What is the SEH in release build VS2008 with fclose()? Pin
Eytukan23-Mar-09 2:47
Eytukan23-Mar-09 2:47 
QuestionDMA access from user-mode Pin
Maxwell Chen22-Mar-09 21:58
Maxwell Chen22-Mar-09 21:58 
AnswerRe: DMA access from user-mode Pin
Iain Clarke, Warrior Programmer22-Mar-09 23:35
Iain Clarke, Warrior Programmer22-Mar-09 23:35 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 3:58
Maxwell Chen23-Mar-09 3:58 
AnswerRe: DMA access from user-mode Pin
Eytukan23-Mar-09 0:41
Eytukan23-Mar-09 0:41 
GeneralRe: DMA access from user-mode Pin
CPallini23-Mar-09 1:32
mveCPallini23-Mar-09 1:32 
GeneralRe: DMA access from user-mode Pin
Eytukan23-Mar-09 2:48
Eytukan23-Mar-09 2:48 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 4:13
Maxwell Chen23-Mar-09 4:13 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 4:09
Maxwell Chen23-Mar-09 4:09 
GeneralRe: DMA access from user-mode Pin
Eytukan23-Mar-09 4:52
Eytukan23-Mar-09 4:52 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 4:56
Maxwell Chen23-Mar-09 4:56 
GeneralRe: DMA access from user-mode Pin
Eytukan23-Mar-09 17:56
Eytukan23-Mar-09 17:56 
GeneralRe: DMA access from user-mode Pin
Maxwell Chen23-Mar-09 18:30
Maxwell Chen23-Mar-09 18:30 
JokeRe: DMA access from user-mode Pin
Eytukan23-Mar-09 18:33
Eytukan23-Mar-09 18:33 

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.