Click here to Skip to main content
15,894,540 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: CEdit problem in displaying CR and LF Pin
bhanu_850925-Aug-09 1:16
bhanu_850925-Aug-09 1:16 
AnswerRe: CEdit problem in displaying CR and LF [modified] Pin
Rajesh R Subramanian25-Aug-09 0:00
professionalRajesh R Subramanian25-Aug-09 0:00 
JokeRe: CEdit problem in displaying CR and LF [modified] Pin
CPallini25-Aug-09 0:44
mveCPallini25-Aug-09 0:44 
GeneralRe: CEdit problem in displaying CR and LF Pin
Rajesh R Subramanian25-Aug-09 0:44
professionalRajesh R Subramanian25-Aug-09 0:44 
JokeRe: CEdit problem in displaying CR and LF Pin
CPallini25-Aug-09 0:49
mveCPallini25-Aug-09 0:49 
QuestionDont update part of dialog window Pin
melinda_mel24-Aug-09 22:48
melinda_mel24-Aug-09 22:48 
AnswerRe: Dont update part of dialog window Pin
Code-o-mat24-Aug-09 23:04
Code-o-mat24-Aug-09 23:04 
Questionhow to use "LDRLoadDll" to load a dll in DDK? Pin
bahareh65524-Aug-09 22:45
bahareh65524-Aug-09 22:45 
Hi all
I do appologize in advance for my question, because I couldn't find a related forum with my question!!

I'm writting a program in DDK for secure booting of windows XP.
I use NT-Native functions in kernel mode, but unfortunately there is not any reference or example of using these functions!

I want to load some kernel mode dlls there(such as "hal.dll" in system32 folder) and use of "LDRLoadDLL" function whereas there is no good example of it's usage!

I don't know how should I pass those dlls path address in the first input argument of this function? when I set NULL in it, I get error to load some kernel mode dll (Error such as "File not found" where it succeeds in loading only "ntdll.dll"!) and also I don't know how should be the dll's "path" format in first argument of function?

I've seen ntdll.dll's source code for this function, but the correct format of path is some complex for me!!

Here is the ntdll's source including "LDRLoadDll" function:
http://source.winehq.org/source/dlls/ntdll/loader.c#L2007

I extremely hope you could help me!!!!

Thanks in Advance.
AnswerRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
Stuart Dootson24-Aug-09 23:47
professionalStuart Dootson24-Aug-09 23:47 
GeneralRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
bahareh65525-Aug-09 19:38
bahareh65525-Aug-09 19:38 
GeneralRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
Stuart Dootson25-Aug-09 21:00
professionalStuart Dootson25-Aug-09 21:00 
GeneralRe: how to use "LDRLoadDll" to load a dll in DDK? Pin
bahareh65526-Aug-09 8:50
bahareh65526-Aug-09 8:50 
QuestionHow to Write some data at a particular Sector Pin
Shiv Murti Pal24-Aug-09 21:18
Shiv Murti Pal24-Aug-09 21:18 
AnswerRe: How to Write some data at a particular Sector Pin
Iain Clarke, Warrior Programmer24-Aug-09 21:41
Iain Clarke, Warrior Programmer24-Aug-09 21:41 
GeneralRe: How to Write some data at a particular Sector Pin
Shiv Murti Pal24-Aug-09 22:20
Shiv Murti Pal24-Aug-09 22:20 
GeneralRe: How to Write some data at a particular Sector Pin
Michael Schubert25-Aug-09 1:24
Michael Schubert25-Aug-09 1:24 
GeneralRe: OT Pin
Michael Schubert25-Aug-09 1:30
Michael Schubert25-Aug-09 1:30 
GeneralRe: OT Pin
Iain Clarke, Warrior Programmer25-Aug-09 1:49
Iain Clarke, Warrior Programmer25-Aug-09 1:49 
GeneralRe: OT Pin
Michael Schubert25-Aug-09 1:58
Michael Schubert25-Aug-09 1:58 
QuestionHow to link to dll using function names rather than ordinals Pin
Chesnokov Yuriy24-Aug-09 20:16
professionalChesnokov Yuriy24-Aug-09 20:16 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Naveen24-Aug-09 20:34
Naveen24-Aug-09 20:34 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Chesnokov Yuriy24-Aug-09 21:02
professionalChesnokov Yuriy24-Aug-09 21:02 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Rick York25-Aug-09 6:12
mveRick York25-Aug-09 6:12 
AnswerRe: How to link to dll using function names rather than ordinals Pin
Chesnokov Yuriy25-Aug-09 19:08
professionalChesnokov Yuriy25-Aug-09 19:08 
QuestionOutlook Automation Pin
john563224-Aug-09 20:12
john563224-Aug-09 20:12 

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.