Click here to Skip to main content
15,922,696 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Unexpected #endif with stdafx.h Pin
toxcct7-Aug-08 22:32
toxcct7-Aug-08 22:32 
AnswerRe: Unexpected #endif with stdafx.h Pin
Mark Salsbery8-Aug-08 8:55
Mark Salsbery8-Aug-08 8:55 
QuestionDWORD PTR [modified] Pin
vikramlinux7-Aug-08 19:52
vikramlinux7-Aug-08 19:52 
AnswerRe: DWORD PTR Pin
SandipG 7-Aug-08 19:56
SandipG 7-Aug-08 19:56 
AnswerRe: Off Topic Pin
toxcct7-Aug-08 21:11
toxcct7-Aug-08 21:11 
GeneralRe: Off Topic Pin
vikramlinux7-Aug-08 22:34
vikramlinux7-Aug-08 22:34 
GeneralRe: Off Topic [modified] Pin
toxcct7-Aug-08 22:36
toxcct7-Aug-08 22:36 
AnswerRe: DWORD PTR Pin
Mark Salsbery8-Aug-08 9:00
Mark Salsbery8-Aug-08 9:00 
AnswerRe: DWORD PTR Pin
Dan9-Aug-08 21:31
Dan9-Aug-08 21:31 
GeneralRe: DWORD PTR Pin
vikramlinux10-Aug-08 18:51
vikramlinux10-Aug-08 18:51 
QuestionSetWindosLong and CallWindowProc Pin
Reese Wang7-Aug-08 19:51
Reese Wang7-Aug-08 19:51 
AnswerRe: SetWindosLong and CallWindowProc Pin
Hamid_RT7-Aug-08 23:19
Hamid_RT7-Aug-08 23:19 
QuestionLogical Drive Pin
Davitor7-Aug-08 19:21
Davitor7-Aug-08 19:21 
AnswerRe: Logical Drive Pin
SandipG 7-Aug-08 20:11
SandipG 7-Aug-08 20:11 
GeneralRe: Logical Drive Pin
Davitor7-Aug-08 20:20
Davitor7-Aug-08 20:20 
GeneralRe: Logical Drive Pin
SandipG 7-Aug-08 20:23
SandipG 7-Aug-08 20:23 
GeneralRe: Logical Drive Pin
Davitor7-Aug-08 20:49
Davitor7-Aug-08 20:49 
GeneralRe: Logical Drive Pin
SandipG 7-Aug-08 21:00
SandipG 7-Aug-08 21:00 
GeneralRe: Logical Drive Pin
Davitor7-Aug-08 21:09
Davitor7-Aug-08 21:09 
GeneralRe: Logical Drive Pin
SandipG 7-Aug-08 21:27
SandipG 7-Aug-08 21:27 
GeneralRe: Logical Drive Pin
Davitor7-Aug-08 21:54
Davitor7-Aug-08 21:54 
GeneralRe: Logical Drive Pin
Davitor8-Aug-08 1:19
Davitor8-Aug-08 1:19 
AnswerRe: Logical Drive Pin
David Crow8-Aug-08 3:47
David Crow8-Aug-08 3:47 
The device will need to be located using the SetupDiXXX() functions to enumerate all instances of the device's interface and get the device path to them. The path can then be passed to CreateFile(). With the handle that CreateFile() returns, ReadFile() can be used.

"Love people and use things, not love things and use people." - Unknown

"The brick walls are there for a reason...to stop the people who don't want it badly enough." - Randy Pausch


GeneralRe: Logical Drive Pin
Davitor9-Aug-08 2:48
Davitor9-Aug-08 2:48 
Questionvlaue of Pi Pin
ani_ikram7-Aug-08 16:59
ani_ikram7-Aug-08 16:59 

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.