Click here to Skip to main content
15,892,643 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: RtlFreeHeap Problem in dll Pin
geo_m2-Feb-06 2:23
geo_m2-Feb-06 2:23 
GeneralRe: RtlFreeHeap Problem in dll Pin
amujim2-Feb-06 7:57
amujim2-Feb-06 7:57 
Questionrand() Function Pin
Uzma Waheed1-Feb-06 23:51
Uzma Waheed1-Feb-06 23:51 
AnswerRe: rand() Function Pin
Owner drawn2-Feb-06 0:02
Owner drawn2-Feb-06 0:02 
AnswerRe: rand() Function Pin
Rage2-Feb-06 0:08
professionalRage2-Feb-06 0:08 
QuestionAsynchronous I/O using ReadFile Pin
PradeepKK1-Feb-06 23:49
PradeepKK1-Feb-06 23:49 
AnswerRe: Asynchronous I/O using ReadFile Pin
Vanting2-Feb-06 0:45
Vanting2-Feb-06 0:45 
GeneralRe: Asynchronous I/O using ReadFile Pin
PradeepKK2-Feb-06 1:18
PradeepKK2-Feb-06 1:18 
Hi,

Thanks for your help.

Also can any one pls let me know where i can find the documentation on OVERLAPPED structure.

typedef struct _OVERLAPPED {
DWORD Internal; // [out] Error code
DWORD InternalHigh; // [out] Number of bytes transferred
DWORD Offset; // [in] Low 32-bit file offset
DWORD OffsetHigh; // [in] High 32-bit file offset
HANDLE hEvent; // [in] Event handle or data
} OVERLAPPED, *LPOVERLAPPED;


In Programming Server Side Applications for Win2k by Jeffrey Richter, there is explanation about the OVERLAPPED structure. But, it doesn't explain more about the variable "DWORD Internal; // [out] Error code" and especially what values it can take.

Pls let me know where i can find the information. I have already searched msdn but of no use.

Thanks in advance,
Pradeep
GeneralRe: Asynchronous I/O using ReadFile Pin
Iain Clarke, Warrior Programmer2-Feb-06 5:16
Iain Clarke, Warrior Programmer2-Feb-06 5:16 
QuestionHow can I intercept the "Windows" menu Pin
Jim @ JCT1-Feb-06 23:17
Jim @ JCT1-Feb-06 23:17 
AnswerRe: How can I intercept the "Windows" menu Pin
Iain Clarke, Warrior Programmer2-Feb-06 6:17
Iain Clarke, Warrior Programmer2-Feb-06 6:17 
GeneralRe: How can I intercept the "Windows" menu Pin
Jim @ JCT2-Feb-06 22:21
Jim @ JCT2-Feb-06 22:21 
GeneralRe: How can I intercept the "Windows" menu Pin
Iain Clarke, Warrior Programmer3-Feb-06 0:33
Iain Clarke, Warrior Programmer3-Feb-06 0:33 
GeneralRe: How can I intercept the "Windows" menu Pin
Jim @ JCT13-Feb-06 3:16
Jim @ JCT13-Feb-06 3:16 
Questionasking............ Pin
shazzney1-Feb-06 23:14
shazzney1-Feb-06 23:14 
AnswerRe: asking............ Pin
RChin1-Feb-06 23:20
RChin1-Feb-06 23:20 
QuestionHow to extract plain text from a url or a html document? Pin
shertay1-Feb-06 21:02
shertay1-Feb-06 21:02 
AnswerRe: How to extract plain text from a url or a html document? Pin
Stephen Hewitt1-Feb-06 21:28
Stephen Hewitt1-Feb-06 21:28 
GeneralRe: How to extract plain text from a url or a html document? Pin
shertay5-Feb-06 16:47
shertay5-Feb-06 16:47 
QuestionText extraction Pin
KongHL1-Feb-06 20:51
KongHL1-Feb-06 20:51 
AnswerRe: Text extraction Pin
hsdok1-Feb-06 21:32
hsdok1-Feb-06 21:32 
GeneralRe: Text extraction Pin
James Gupta1-Feb-06 21:37
professionalJames Gupta1-Feb-06 21:37 
GeneralRe: Text extraction Pin
toxcct1-Feb-06 22:06
toxcct1-Feb-06 22:06 
GeneralRe: Text extraction Pin
KongHL1-Feb-06 21:54
KongHL1-Feb-06 21:54 
GeneralRe: Text extraction Pin
Sebastian Schneider1-Feb-06 22:08
Sebastian Schneider1-Feb-06 22:08 

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.