Click here to Skip to main content
15,909,896 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
QuestionHow to get drive lettle in driver program? Pin
momer3-Mar-06 2:53
momer3-Mar-06 2:53 
QuestionReading data Samples from sound card Pin
t4ure4n2-Mar-06 6:27
t4ure4n2-Mar-06 6:27 
AnswerRe: Reading data Samples from sound card Pin
t4ure4n8-Mar-06 3:54
t4ure4n8-Mar-06 3:54 
QuestionWhat kenel API does wdm driver use to open a exe file? Pin
momer1-Mar-06 14:02
momer1-Mar-06 14:02 
AnswerRe: What kenel API does wdm driver use to open a exe file? Pin
Jijo BP2-Mar-06 0:12
Jijo BP2-Mar-06 0:12 
AnswerRe: What kenel API does wdm driver use to open a exe file? Pin
fat_boy2-Mar-06 4:21
fat_boy2-Mar-06 4:21 
QuestionHow to open a **.exe file in a wdm driver program? Pin
momer1-Mar-06 13:33
momer1-Mar-06 13:33 
AnswerRe: How to open a **.exe file in a wdm driver program? Pin
fat_boy2-Mar-06 4:27
fat_boy2-Mar-06 4:27 
I am going to advise that this cant be done.

The correct way to do this is to have a serivce running on the PC that has registered for WM_DEVICCHANGE messages. When a device arrives it is interested in is plugged in it then runs
the exe.

It might be possible to run the exe from a driver, but, I dont know how. It might require using undocumented kernel API functions which give portaqbility problems.

Nunc est bibendum
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
momer3-Mar-06 2:50
momer3-Mar-06 2:50 
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
fat_boy3-Mar-06 3:06
fat_boy3-Mar-06 3:06 
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
momer3-Mar-06 16:07
momer3-Mar-06 16:07 
GeneralRe: How to open a **.exe file in a wdm driver program? Pin
BadAss_Brou4-Mar-06 6:45
BadAss_Brou4-Mar-06 6:45 
QuestionWTF Pin
Eytukan1-Mar-06 2:41
Eytukan1-Mar-06 2:41 
AnswerRe: WTF Pin
toxcct1-Mar-06 2:54
toxcct1-Mar-06 2:54 
GeneralRe: WTF Pin
Eytukan1-Mar-06 2:57
Eytukan1-Mar-06 2:57 
GeneralRe: WTF Pin
toxcct1-Mar-06 2:59
toxcct1-Mar-06 2:59 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:03
Eytukan1-Mar-06 3:03 
AnswerRe: WTF Pin
Marc Clifton1-Mar-06 3:01
mvaMarc Clifton1-Mar-06 3:01 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:04
Eytukan1-Mar-06 3:04 
GeneralRe: WTF Pin
Marc Clifton1-Mar-06 3:11
mvaMarc Clifton1-Mar-06 3:11 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:31
Eytukan1-Mar-06 3:31 
GeneralRe: WTF Pin
Eytukan1-Mar-06 3:09
Eytukan1-Mar-06 3:09 
AnswerRe: WTF Pin
Gary Wheeler1-Mar-06 4:06
Gary Wheeler1-Mar-06 4:06 
GeneralRe: WTF Pin
Eytukan1-Mar-06 4:49
Eytukan1-Mar-06 4:49 
GeneralRe: WTF Pin
Gary Wheeler1-Mar-06 5:00
Gary Wheeler1-Mar-06 5:00 

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.