Click here to Skip to main content
15,889,810 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: rectangle rotation Pin
Stuart Dootson30-Mar-09 20:16
professionalStuart Dootson30-Mar-09 20:16 
AnswerRe: rectangle rotation Pin
Iain Clarke, Warrior Programmer1-Apr-09 1:07
Iain Clarke, Warrior Programmer1-Apr-09 1:07 
QuestionUsing DirectSound and Synthesis toolkit in Visual Studio [modified] Pin
someguy16430-Mar-09 12:46
someguy16430-Mar-09 12:46 
QuestionFiltering processes of current user Pin
Moak30-Mar-09 8:20
Moak30-Mar-09 8:20 
AnswerRe: Filtering processes of current user Pin
Code-o-mat30-Mar-09 8:43
Code-o-mat30-Mar-09 8:43 
GeneralRe: Filtering processes of current user Pin
Moak30-Mar-09 12:10
Moak30-Mar-09 12:10 
GeneralRe: Filtering processes of current user Pin
Code-o-mat30-Mar-09 21:06
Code-o-mat30-Mar-09 21:06 
QuestionExecute a system process from ring0 Pin
Biosstar30-Mar-09 7:00
Biosstar30-Mar-09 7:00 
Hello! I'm writing a driver, which should start an application from ring0.
It is very important, that the app runs as SYSTEM account.
Finally i read alot of process creation, but I still have one problem:

After I have created section, process and thread I see my process in the taskmanager list, running as SYSTEM; but even though I Resume the thread I get following error:
0xc0000142 (STATUS_DLL_INIT_FAILURE)
But the process found the dll's, because if I renamed for e.g. msvcr80.dll I got the message that the dll, couldn't be found in my dll paths.
I read something about the kernel32.dll failing if it isn't able to access the desktop (winsta0\default).

My question now: Does anyone know what I could have made wrong, or does anyone has an idea how to solve my problem?

Greetz
Biosstar
Questionfull screen message box Pin
gamefreak229130-Mar-09 5:58
gamefreak229130-Mar-09 5:58 
AnswerRe: full screen message box Pin
CPallini30-Mar-09 6:03
mveCPallini30-Mar-09 6:03 
QuestionRe: full screen message box Pin
David Crow30-Mar-09 7:06
David Crow30-Mar-09 7:06 
AnswerRe: full screen message box Pin
gamefreak229130-Mar-09 7:23
gamefreak229130-Mar-09 7:23 
GeneralRe: full screen message box Pin
David Crow30-Mar-09 7:25
David Crow30-Mar-09 7:25 
GeneralRe: full screen message box Pin
gamefreak229130-Mar-09 7:28
gamefreak229130-Mar-09 7:28 
QuestionRe: full screen message box Pin
David Crow30-Mar-09 7:34
David Crow30-Mar-09 7:34 
AnswerRe: full screen message box Pin
gamefreak229130-Mar-09 7:47
gamefreak229130-Mar-09 7:47 
GeneralRe: full screen message box Pin
David Crow30-Mar-09 7:57
David Crow30-Mar-09 7:57 
AnswerRe: full screen message box Pin
bulg30-Mar-09 10:41
bulg30-Mar-09 10:41 
GeneralRe: full screen message box Pin
gamefreak229130-Mar-09 18:31
gamefreak229130-Mar-09 18:31 
QuestionHow to convers a binary file into something readable Pin
shpid3r30-Mar-09 3:58
shpid3r30-Mar-09 3:58 
AnswerRe: How to convers a binary file into something readable Pin
led mike30-Mar-09 4:32
led mike30-Mar-09 4:32 
GeneralRe: How to convers a binary file into something readable Pin
shpid3r30-Mar-09 4:37
shpid3r30-Mar-09 4:37 
GeneralRe: How to convers a binary file into something readable Pin
led mike30-Mar-09 4:45
led mike30-Mar-09 4:45 
GeneralRe: How to convers a binary file into something readable Pin
shpid3r30-Mar-09 5:00
shpid3r30-Mar-09 5:00 
QuestionRe: How to convers a binary file into something readable Pin
CPallini30-Mar-09 5:55
mveCPallini30-Mar-09 5:55 

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.