Click here to Skip to main content
15,891,513 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: Exception Pin
CPallini12-Dec-10 21:08
mveCPallini12-Dec-10 21:08 
AnswerRe: Exception Pin
MsmVc12-Dec-10 22:22
MsmVc12-Dec-10 22:22 
QuestionRe: Exception Pin
CPallini12-Dec-10 22:30
mveCPallini12-Dec-10 22:30 
AnswerRe: Exception Pin
MsmVc12-Dec-10 22:59
MsmVc12-Dec-10 22:59 
QuestionDear buddy, I am mad, can you help me and don't drop me as sacrifice Pin
nenfa12-Dec-10 16:58
nenfa12-Dec-10 16:58 
AnswerRe: Dear buddy, I am mad, can you help me and don't drop me as sacrifice Pin
nenfa14-Dec-10 15:09
nenfa14-Dec-10 15:09 
QuestionCan not delete multiple files with ReadDirectoryChangesW Pin
ShadowUz12-Dec-10 13:30
ShadowUz12-Dec-10 13:30 
AnswerRe: Can not delete multiple files with ReadDirectoryChangesW Pin
Luc Pattyn12-Dec-10 14:12
sitebuilderLuc Pattyn12-Dec-10 14:12 
I haven't used this myself, however reading the MSDN documentation it seems ReadDirectoryChangesW fills a buffer with one or more FILE_NOTIFY_INFORMATION structures, of which the NextEntryOffset field is the key to finding the next (unless zero). From your description, it seems you are ignoring this field.

[ADDED] The doc also says nothing gets returned when the buffer is too small, which is more likely to happen when lots of things need reported at the same time. You may want to ask for a bigger buffer. [/ADDED]

Smile | :)
Luc Pattyn [Forum Guidelines] [Why QA sucks] [My Articles] Nil Volentibus Arduum
Please use <PRE> tags for code snippets, they preserve indentation, improve readability, and make me actually look at the code.

QuestionRe: Can not delete multiple files with ReadDirectoryChangesW Pin
David Crow13-Dec-10 3:16
David Crow13-Dec-10 3:16 
QuestionCreate Bitmap from mousemovement in picturebox MFC Pin
josipahutar12-Dec-10 9:48
josipahutar12-Dec-10 9:48 
AnswerRe: Create Bitmap from mousemovement in picturebox MFC Pin
Alain Rist12-Dec-10 10:00
Alain Rist12-Dec-10 10:00 
GeneralRe: Create Bitmap from mousemovement in picturebox MFC Pin
josipahutar13-Dec-10 7:21
josipahutar13-Dec-10 7:21 
GeneralRe: Create Bitmap from mousemovement in picturebox MFC Pin
David Crow13-Dec-10 8:01
David Crow13-Dec-10 8:01 
GeneralRe: Create Bitmap from mousemovement in picturebox MFC Pin
Alain Rist13-Dec-10 9:20
Alain Rist13-Dec-10 9:20 
Question[Solved] Speech sample not running.... [modified] Pin
AmbiguousName12-Dec-10 8:01
AmbiguousName12-Dec-10 8:01 
AnswerRe: Speech sample not running.... Pin
Richard MacCutchan12-Dec-10 9:37
mveRichard MacCutchan12-Dec-10 9:37 
AnswerRe: Speech sample not running.... Pin
Emilio Garavaglia12-Dec-10 9:42
Emilio Garavaglia12-Dec-10 9:42 
QuestionUsing Filtering Functions in Win32 App Pin
Coder-12345612-Dec-10 3:14
Coder-12345612-Dec-10 3:14 
AnswerRe: Using Filtering Functions in Win32 App Pin
Niklas L12-Dec-10 3:23
Niklas L12-Dec-10 3:23 
GeneralRe: Using Filtering Functions in Win32 App Pin
Coder-12345612-Dec-10 5:07
Coder-12345612-Dec-10 5:07 
GeneralRe: Using Filtering Functions in Win32 App Pin
Niklas L12-Dec-10 8:09
Niklas L12-Dec-10 8:09 
GeneralRe: Using Filtering Functions in Win32 App Pin
Coder-12345612-Dec-10 21:27
Coder-12345612-Dec-10 21:27 
QuestionHow can use Socket Connection Timeout? Pin
Le@rner11-Dec-10 1:40
Le@rner11-Dec-10 1:40 
AnswerRe: How can use Socket Connection Timeout? Pin
yu-jian15-Dec-10 3:13
yu-jian15-Dec-10 3:13 
GeneralRe: How can use Socket Connection Timeout? Pin
Le@rner15-Dec-10 17:19
Le@rner15-Dec-10 17:19 

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.