Click here to Skip to main content
15,923,051 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: vlaue of Pi Pin
Stephen Hewitt7-Aug-08 17:25
Stephen Hewitt7-Aug-08 17:25 
GeneralRe: vlaue of Pi Pin
ani_ikram7-Aug-08 17:30
ani_ikram7-Aug-08 17:30 
AnswerRe: vlaue of Pi Pin
Stephen Hewitt7-Aug-08 17:37
Stephen Hewitt7-Aug-08 17:37 
GeneralRe: vlaue of Pi Pin
followait7-Aug-08 19:55
followait7-Aug-08 19:55 
GeneralRe: vlaue of Pi Pin
Stephen Hewitt7-Aug-08 20:05
Stephen Hewitt7-Aug-08 20:05 
AnswerRe: vlaue of Pi [modified] Pin
hoxsiew8-Aug-08 2:48
hoxsiew8-Aug-08 2:48 
Questiona error "TCP/IP stack full" Pin
brightgirl7-Aug-08 15:30
brightgirl7-Aug-08 15:30 
Questiondynamic_cast Pin
swjam7-Aug-08 15:09
swjam7-Aug-08 15:09 

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.