Click here to Skip to main content
15,906,335 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
AnswerRe: dynamic_cast Pin
Stephen Hewitt7-Aug-08 17:23
Stephen Hewitt7-Aug-08 17:23 
GeneralRe: dynamic_cast Pin
swjam7-Aug-08 17:43
swjam7-Aug-08 17:43 
GeneralRe: dynamic_cast Pin
Stephen Hewitt7-Aug-08 17:44
Stephen Hewitt7-Aug-08 17:44 
GeneralRe: dynamic_cast Pin
swjam7-Aug-08 17:58
swjam7-Aug-08 17:58 
AnswerRe: dynamic_cast Pin
Jijo.Raj7-Aug-08 17:56
Jijo.Raj7-Aug-08 17:56 
QuestionGet System Current language Pin
hariakuthota7-Aug-08 9:25
hariakuthota7-Aug-08 9:25 
AnswerRe: Get System Current language Pin
Perspx7-Aug-08 9:37
Perspx7-Aug-08 9:37 

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.