Click here to Skip to main content
16,008,719 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralOnParentNotify (related to WM_RButtonDown) Pin
doctorpi13-May-04 6:05
doctorpi13-May-04 6:05 
GeneralRe: OnParentNotify (related to WM_RButtonDown) Pin
Antti Keskinen13-May-04 7:22
Antti Keskinen13-May-04 7:22 
GeneralRe: OnParentNotify (related to WM_RButtonDown) Pin
doctorpi13-May-04 7:28
doctorpi13-May-04 7:28 
GeneralRe: OnParentNotify (related to WM_RButtonDown) Pin
Antti Keskinen13-May-04 10:57
Antti Keskinen13-May-04 10:57 
GeneralwaveInPrepareHeader increases handle Pin
13-May-04 5:14
suss13-May-04 5:14 
GeneralRe: waveInPrepareHeader increases handle Pin
bikram singh13-May-04 5:31
bikram singh13-May-04 5:31 
GeneralRe: waveInPrepareHeader increases handle Pin
huaiyeu13-May-04 5:36
huaiyeu13-May-04 5:36 
GeneralRe: waveInPrepareHeader increases handle Pin
Joe Woodbury13-May-04 8:59
professionalJoe Woodbury13-May-04 8:59 
You call waveInPrepareHeader once for each buffer, then call waveInAddBuffer initially and then every time you received a buffer back and need to submit it again.

When done, you call waveInUnprepareHeader for each buffer then waveInClose when all done. (Note that you have to get the buffer back to call waveInUnprepareHeader. It's been a long time since I've worked on wave code, but i believe you call waveInReset() to force the buffers to be returned to you.)

Anyone who thinks he has a better idea of what's good for people than people do is a swine.
- P.J. O'Rourke

GeneralRe: waveInPrepareHeader increases handle Pin
13-May-04 10:38
suss13-May-04 10:38 
GeneralRbuttonDown and OnCommand Pin
doctorpi13-May-04 4:58
doctorpi13-May-04 4:58 
GeneralRe: RbuttonDown and OnCommand Pin
toxcct13-May-04 5:19
toxcct13-May-04 5:19 
GeneralRe: RbuttonDown and OnCommand Pin
doctorpi13-May-04 5:22
doctorpi13-May-04 5:22 
GeneralRe: RbuttonDown and OnCommand Pin
toxcct13-May-04 5:27
toxcct13-May-04 5:27 
GeneralRe: RbuttonDown and OnCommand Pin
doctorpi13-May-04 5:34
doctorpi13-May-04 5:34 
GeneralRe: RbuttonDown and OnCommand Pin
David Crow13-May-04 6:39
David Crow13-May-04 6:39 
GeneralRe: RbuttonDown and OnCommand Pin
doctorpi13-May-04 7:03
doctorpi13-May-04 7:03 
GeneralRe: RbuttonDown and OnCommand Pin
David Crow13-May-04 6:55
David Crow13-May-04 6:55 
GeneralRe: RbuttonDown and OnCommand Pin
doctorpi13-May-04 7:22
doctorpi13-May-04 7:22 
GeneralRe: RbuttonDown and OnCommand Pin
David Crow13-May-04 9:18
David Crow13-May-04 9:18 
GeneralRe: RbuttonDown and OnCommand Pin
doctorpi13-May-04 9:23
doctorpi13-May-04 9:23 
GeneralRe: RbuttonDown and OnCommand Pin
David Crow13-May-04 9:26
David Crow13-May-04 9:26 
GeneralRe: RbuttonDown and OnCommand Pin
doctorpi13-May-04 9:34
doctorpi13-May-04 9:34 
GeneralRe: RbuttonDown and OnCommand Pin
vividtang13-May-04 23:01
vividtang13-May-04 23:01 
GeneralNT drive mapping. Pin
RobJones13-May-04 4:21
RobJones13-May-04 4:21 
GeneralRe: NT drive mapping. Pin
Antony M Kancidrowski13-May-04 4:54
Antony M Kancidrowski13-May-04 4:54 

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.