Click here to Skip to main content
15,905,967 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
AnswerRe: Difference between NDIS 6.3 and 6.4 with respect to Mobile Broadband APIs Pin
Munchies_Matt4-Aug-14 5:36
Munchies_Matt4-Aug-14 5:36 
GeneralRe: Difference between NDIS 6.3 and 6.4 with respect to Mobile Broadband APIs Pin
Sharath C V4-Aug-14 18:33
professionalSharath C V4-Aug-14 18:33 
GeneralRe: Difference between NDIS 6.3 and 6.4 with respect to Mobile Broadband APIs Pin
Munchies_Matt4-Aug-14 22:02
Munchies_Matt4-Aug-14 22:02 
GeneralRe: Difference between NDIS 6.3 and 6.4 with respect to Mobile Broadband APIs Pin
Sharath C V4-Aug-14 23:15
professionalSharath C V4-Aug-14 23:15 
QuestionHow to get reset status from usb touch device in XP driver Pin
cedricvictor29-Jul-14 4:24
cedricvictor29-Jul-14 4:24 
Questionpen drive issue Pin
Abhijit Ghosh (Subho) 26-Jul-14 22:23
professionalAbhijit Ghosh (Subho) 26-Jul-14 22:23 
AnswerRe: pen drive issue Pin
Bernhard Hiller27-Jul-14 20:59
Bernhard Hiller27-Jul-14 20:59 
AnswerRe: pen drive issue Pin
Richard Andrew x6430-Aug-14 14:39
professionalRichard Andrew x6430-Aug-14 14:39 
RantMSFT HCK Pin
Munchies_Matt23-Jun-14 14:36
Munchies_Matt23-Jun-14 14:36 
QuestionAdd A Third Monitor Pin
Kevin Marois27-May-14 14:19
professionalKevin Marois27-May-14 14:19 
AnswerRe: Add A Third Monitor Pin
Albert Holguin5-Jun-14 9:57
professionalAlbert Holguin5-Jun-14 9:57 
QuestionRTSP not supported on WMP 12 ? Pin
Django_Untaken13-Apr-14 20:08
Django_Untaken13-Apr-14 20:08 
AnswerRe: RTSP not supported on WMP 12 ? Pin
Richard MacCutchan13-Apr-14 22:07
mveRichard MacCutchan13-Apr-14 22:07 
GeneralRe: RTSP not supported on WMP 12 ? Pin
Django_Untaken13-Apr-14 22:47
Django_Untaken13-Apr-14 22:47 
QuestionBluetooth Pin
Member 1074293011-Apr-14 9:04
Member 1074293011-Apr-14 9:04 
AnswerRe: Bluetooth Pin
Dave Kreskowiak11-Apr-14 9:19
mveDave Kreskowiak11-Apr-14 9:19 
AnswerRe: Bluetooth Pin
Albert Holguin5-Jun-14 9:59
professionalAlbert Holguin5-Jun-14 9:59 
AnswerRe: Bluetooth Pin
Alderin22-Jul-14 9:39
Alderin22-Jul-14 9:39 
QuestionDoes anyone remember Tetradyne DriverX windows driver software? Pin
GeorgeMayfield4-Apr-14 12:44
GeorgeMayfield4-Apr-14 12:44 
AnswerRe: Does anyone remember Tetradyne DriverX windows driver software? Pin
Munchies_Matt4-Apr-14 13:32
Munchies_Matt4-Apr-14 13:32 
GeneralRe: Does anyone remember Tetradyne DriverX windows driver software? Pin
GeorgeMayfield4-Apr-14 13:52
GeorgeMayfield4-Apr-14 13:52 
GeneralRe: Does anyone remember Tetradyne DriverX windows driver software? Pin
Jochen Arndt4-Apr-14 23:40
professionalJochen Arndt4-Apr-14 23:40 
GeneralRe: Does anyone remember Tetradyne DriverX windows driver software? Pin
GeorgeMayfield5-Apr-14 5:12
GeorgeMayfield5-Apr-14 5:12 
GeneralRe: Does anyone remember Tetradyne DriverX windows driver software? Pin
Munchies_Matt5-Apr-14 9:04
Munchies_Matt5-Apr-14 9:04 
As Joachim says a puchar is just a 32 bit (or 64 bit) pointer, in this case, to an unsigned char.

PREAD_WRITE_DMA_BUFFER_INPUT is also going to be a generic pointer, and will be the size of the addressing on the OKS, so 32 or 64 bit, so a pvoid will do, or pulong, (or if you are doing it properly use SIZE_T since it cross compiles).
"The whole idea that carbon dioxide is the main cause of the recent global warming is based on a guess that was proved false by empirical evidence during the 1990s." climate-models-go-cold

GeneralRe: Does anyone remember Tetradyne DriverX windows driver software? Pin
GeorgeMayfield5-Apr-14 16:20
GeorgeMayfield5-Apr-14 16:20 

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.