Click here to Skip to main content
15,887,350 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: try-catch exception Pin
Pryabu18-Jul-10 23:21
Pryabu18-Jul-10 23:21 
GeneralRe: try-catch exception Pin
ShilpiP18-Jul-10 23:49
ShilpiP18-Jul-10 23:49 
AnswerRe: try-catch exception Pin
Niklas L18-Jul-10 23:21
Niklas L18-Jul-10 23:21 
GeneralRe: try-catch exception Pin
Aescleal19-Jul-10 0:01
Aescleal19-Jul-10 0:01 
QuestionImage GDI+ Pin
john563218-Jul-10 22:52
john563218-Jul-10 22:52 
AnswerRe: Image GDI+ Pin
E.F. Nijboer19-Jul-10 4:51
E.F. Nijboer19-Jul-10 4:51 
QuestionReading Windows Registry data in 64 bit operating system Pin
msr_codeproject18-Jul-10 21:26
msr_codeproject18-Jul-10 21:26 
AnswerRe: Reading Windows Registry data in 64 bit operating system Pin
Richard MacCutchan18-Jul-10 22:28
mveRichard MacCutchan18-Jul-10 22:28 
msr_codeproject wrote:
Is there any problem with the last parameter size (200). What size to be passed as parameter.


This parameter should be the address of (pointer to) a variable that contains the length of the buffer, as described here[^]. If this size is not large enough for the result then the call will fail and the required size will be entered into the variable. Thus if you make a call with the variable set to zero you can find out how big the buffer needs to be and allocate as appropriate.

BTW I'm not sure why your question got downvoted so I have upped it to compensate.
It's time for a new signature.

GeneralRe: Reading Windows Registry data in 64 bit operating system Pin
Mattias G19-Jul-10 2:11
Mattias G19-Jul-10 2:11 
GeneralRe: Reading Windows Registry data in 64 bit operating system [modified] Pin
Richard MacCutchan19-Jul-10 3:29
mveRichard MacCutchan19-Jul-10 3:29 
GeneralRe: Reading Windows Registry data in 64 bit operating system Pin
Mattias G19-Jul-10 3:55
Mattias G19-Jul-10 3:55 
GeneralRe: Reading Windows Registry data in 64 bit operating system Pin
Richard MacCutchan19-Jul-10 4:06
mveRichard MacCutchan19-Jul-10 4:06 
GeneralRe: Reading Windows Registry data in 64 bit operating system Pin
msr_codeproject19-Jul-10 6:33
msr_codeproject19-Jul-10 6:33 
GeneralRe: Reading Windows Registry data in 64 bit operating system Pin
David Crow19-Jul-10 10:18
David Crow19-Jul-10 10:18 
GeneralRe: Reading Windows Registry data in 64 bit operating system Pin
Richard MacCutchan19-Jul-10 23:02
mveRichard MacCutchan19-Jul-10 23:02 
GeneralRe: Reading Windows Registry data in 64 bit operating system Pin
MicroVirus20-Jul-10 2:20
MicroVirus20-Jul-10 2:20 
GeneralRe: Reading Windows Registry data in 64 bit operating system Pin
Richard MacCutchan20-Jul-10 4:35
mveRichard MacCutchan20-Jul-10 4:35 
GeneralRe: Reading Windows Registry data in 64 bit operating system Pin
MicroVirus20-Jul-10 11:01
MicroVirus20-Jul-10 11:01 
AnswerRe: Reading Windows Registry data in 64 bit operating system Pin
Electron Shepherd19-Jul-10 13:17
Electron Shepherd19-Jul-10 13:17 
QuestionOpening Sound File Using PlaySound(); Pin
AmbiguousName18-Jul-10 21:21
AmbiguousName18-Jul-10 21:21 
AnswerRe: Opening Sound File Using PlaySound(); Pin
Code-o-mat18-Jul-10 21:35
Code-o-mat18-Jul-10 21:35 
GeneralRe: Opening Sound File Using PlaySound(); Pin
AmbiguousName18-Jul-10 21:41
AmbiguousName18-Jul-10 21:41 
GeneralRe: Opening Sound File Using PlaySound(); Pin
Code-o-mat18-Jul-10 21:51
Code-o-mat18-Jul-10 21:51 
GeneralRe: Opening Sound File Using PlaySound(); Pin
AmbiguousName18-Jul-10 22:07
AmbiguousName18-Jul-10 22:07 
GeneralRe: Opening Sound File Using PlaySound(); Pin
Code-o-mat18-Jul-10 22:08
Code-o-mat18-Jul-10 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.