Click here to Skip to main content
15,917,702 members
Home / Discussions / Hardware & Devices
   

Hardware & Devices

 
GeneralRe: Entry point for Windows kernel mixer? [modified] Pin
Baltoro25-Feb-08 13:14
Baltoro25-Feb-08 13:14 
Generalattaching windbg to DWM.EXE Pin
amit.code5-Feb-08 23:57
amit.code5-Feb-08 23:57 
GeneralRe: attaching windbg to DWM.EXE Pin
fat_boy19-Feb-08 2:29
fat_boy19-Feb-08 2:29 
QuestionHow to write a program to mesure ping delay for particular site (ex ping www.google.com ) Pin
sacr835-Feb-08 22:08
sacr835-Feb-08 22:08 
AnswerRe: How to write a program to mesure ping delay for particular site (ex ping www.google.com ) Pin
Paul Conrad7-Mar-08 14:30
professionalPaul Conrad7-Mar-08 14:30 
Generalcapture screen updates from desktop screen Pin
Ravi0035-Feb-08 18:54
Ravi0035-Feb-08 18:54 
GeneralKernal Mode VS User Mode Pin
ForNow3-Feb-08 9:34
ForNow3-Feb-08 9:34 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD4-Feb-08 3:01
JudyL_MD4-Feb-08 3:01 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow4-Feb-08 13:12
ForNow4-Feb-08 13:12 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD5-Feb-08 2:12
JudyL_MD5-Feb-08 2:12 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow5-Feb-08 2:35
ForNow5-Feb-08 2:35 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD5-Feb-08 3:10
JudyL_MD5-Feb-08 3:10 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow5-Feb-08 13:21
ForNow5-Feb-08 13:21 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD6-Feb-08 2:23
JudyL_MD6-Feb-08 2:23 
GeneralRe: Kernal Mode VS User Mode Pin
Mike Dimmick6-Feb-08 5:51
Mike Dimmick6-Feb-08 5:51 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD6-Feb-08 7:20
JudyL_MD6-Feb-08 7:20 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow6-Feb-08 13:25
ForNow6-Feb-08 13:25 
GeneralRe: Kernal Mode VS User Mode Pin
JudyL_MD7-Feb-08 2:12
JudyL_MD7-Feb-08 2:12 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow7-Feb-08 2:25
ForNow7-Feb-08 2:25 
GeneralRe: Kernal Mode VS User Mode Pin
fat_boy4-Feb-08 5:29
fat_boy4-Feb-08 5:29 
GeneralRe: Kernal Mode VS User Mode Pin
Dan Neely4-Feb-08 5:46
Dan Neely4-Feb-08 5:46 
GeneralRe: Kernal Mode VS User Mode Pin
fat_boy4-Feb-08 7:03
fat_boy4-Feb-08 7:03 
GeneralRe: Kernal Mode VS User Mode Pin
Mike Dimmick5-Feb-08 7:32
Mike Dimmick5-Feb-08 7:32 
GeneralRe: Kernal Mode VS User Mode Pin
ForNow5-Feb-08 13:17
ForNow5-Feb-08 13:17 
GeneralRe: Kernal Mode VS User Mode Pin
Mike Dimmick5-Feb-08 13:53
Mike Dimmick5-Feb-08 13:53 
Aha! You didn't say you were working on Windows CE!

SetKMode isn't a good idea, was never officially documented for use by application developers, and was removed in CE 6.0. However, on platforms where it is implemented, it does indeed flip into kernel mode (through a software interrupt, I imagine) and continue running that thread.

I've been a CE developer for six years and never needed SetKMode.


DoEvents: Generating unexpected recursion since 1991

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.