Click here to Skip to main content
15,889,867 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionWin32 API function for getting the hardware details Pin
aaasrgm18-Jan-09 4:01
aaasrgm18-Jan-09 4:01 
AnswerRe: Win32 API function for getting the hardware details Pin
Jonathan Davies18-Jan-09 4:16
Jonathan Davies18-Jan-09 4:16 
GeneralRe: Win32 API function for getting the hardware details Pin
aaasrgm18-Jan-09 4:32
aaasrgm18-Jan-09 4:32 
GeneralRe: Win32 API function for getting the hardware details Pin
Jonathan Davies18-Jan-09 4:57
Jonathan Davies18-Jan-09 4:57 
GeneralRe: Win32 API function for getting the hardware details Pin
Randor 19-Jan-09 4:31
professional Randor 19-Jan-09 4:31 
AnswerRe: Win32 API function for getting the hardware details Pin
Jijo.Raj18-Jan-09 6:57
Jijo.Raj18-Jan-09 6:57 
Questionerror 0xD0000022 when writing minidump Pin
Green Fuze18-Jan-09 3:21
Green Fuze18-Jan-09 3:21 
AnswerRe: error 0xD0000022 when writing minidump Pin
krmed18-Jan-09 3:28
krmed18-Jan-09 3:28 
Did you see this in MSDN?

Return Values
If the function succeeds, the return value is TRUE; otherwise, the return value is FALSE. To retrieve extended error information, call GetLastError. Note that the last error will be an HRESULT value.

If the operation is canceled, the last error code is HRESULT_FROM_WIN32(ERROR_CANCELLED).

Perhaps you should call GetLastError

Karl - WK5M
PP-ASEL-IA (N43CS)
PGP Key: 0xDB02E193
PGP Key Fingerprint: 8F06 5A2E 2735 892B 821C 871A 0411 94EA DB02 E193

GeneralRe: error 0xD0000022 when writing minidump Pin
Green Fuze18-Jan-09 20:42
Green Fuze18-Jan-09 20:42 
GeneralRe: error 0xD0000022 when writing minidump Pin
Sauce!18-Jan-09 21:13
Sauce!18-Jan-09 21:13 
QuestionStrange file not found exception Pin
George_George18-Jan-09 2:41
George_George18-Jan-09 2:41 
AnswerRe: Strange file not found exception Pin
Hamid_RT22-Jan-09 23:25
Hamid_RT22-Jan-09 23:25 
GeneralRe: Strange file not found exception Pin
George_George4-Feb-09 22:39
George_George4-Feb-09 22:39 
GeneralRe: Strange file not found exception Pin
Hamid_RT5-Feb-09 21:51
Hamid_RT5-Feb-09 21:51 
GeneralRe: Strange file not found exception Pin
George_George7-Feb-09 2:10
George_George7-Feb-09 2:10 
Questiondisplaying data in infinite loop Pin
l_d17-Jan-09 15:53
l_d17-Jan-09 15:53 
AnswerRe: displaying data in infinite loop Pin
David Crow17-Jan-09 16:12
David Crow17-Jan-09 16:12 
GeneralRe: displaying data in infinite loop Pin
l_d17-Jan-09 16:33
l_d17-Jan-09 16:33 
GeneralRe: displaying data in infinite loop Pin
bob1697217-Jan-09 17:42
bob1697217-Jan-09 17:42 
GeneralRe: displaying data in infinite loop Pin
Maximilien18-Jan-09 1:16
Maximilien18-Jan-09 1:16 
GeneralRe: displaying data in infinite loop Pin
l_d18-Jan-09 15:21
l_d18-Jan-09 15:21 
QuestionRe: displaying data in infinite loop Pin
David Crow18-Jan-09 16:29
David Crow18-Jan-09 16:29 
QuestionTransparent colour on window using win32 Pin
Steve_17-Jan-09 8:18
Steve_17-Jan-09 8:18 
AnswerRe: Transparent colour on window using win32 Pin
Stuart Dootson17-Jan-09 8:30
professionalStuart Dootson17-Jan-09 8:30 
GeneralRe: Transparent colour on window using win32 Pin
Code-o-mat17-Jan-09 9:25
Code-o-mat17-Jan-09 9:25 

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.