Click here to Skip to main content
15,903,030 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Position Of Taskbar in MFC Pin
Richard MacCutchan11-May-14 23:12
mveRichard MacCutchan11-May-14 23:12 
AnswerRe: Position Of Taskbar in MFC Pin
«_Superman_»11-May-14 23:13
professional«_Superman_»11-May-14 23:13 
QuestionHow can I fix memory leaks with CMFCVisualManager? Pin
Andrew Truckle9-May-14 21:06
professionalAndrew Truckle9-May-14 21:06 
AnswerRe: How can I fix memory leaks with CMFCVisualManager? Pin
ahmad_ali16-May-14 5:42
ahmad_ali16-May-14 5:42 
AnswerRe: How can I fix memory leaks with CMFCVisualManager? Pin
Andrew Truckle16-May-14 5:45
professionalAndrew Truckle16-May-14 5:45 
QuestionHow to change the "application menu" button on the CMFCRibbonBar Pin
Andrew Truckle9-May-14 21:04
professionalAndrew Truckle9-May-14 21:04 
Questionhow to detect Blue Screen Of Death in my driver Pin
Member 84685749-May-14 17:24
Member 84685749-May-14 17:24 
AnswerRe: how to detect Blue Screen Of Death in my driver Pin
«_Superman_»9-May-14 22:01
professional«_Superman_»9-May-14 22:01 
Not sure if it is even possible.
But here is a list of functions that work with the registry -
IoOpenDeviceRegistryKey
IoOpenDeviceInterfaceRegistryKey
RtlDeleteRegistryValue
RtlQueryRegistryValues
RtlWriteRegistryValue
ZwCreateKey
ZwDeleteKey
ZwDeleteValueKey
ZwEnumerateKey
ZwEnumerateValueKey
ZwOpenKey
ZwQueryKey
ZwQueryValueKey
ZwSetValueKey

Another possibility is for you to hook the KeBugCheckEx function.
Again not sure if this will actually work.
Here is an article on how to hook the kernel APIs - Hooking the kernel directly[^]
«_Superman 
I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++) (October 2009 - September 2013)

Polymorphism in C

AnswerRe: how to detect Blue Screen Of Death in my driver Pin
Munchies_Matt10-May-14 11:00
Munchies_Matt10-May-14 11:00 
QuestionHow to create lib file for header file alone. Pin
shanmugarajaa8-May-14 20:51
shanmugarajaa8-May-14 20:51 
GeneralRe: How to create lib file for header file alone. Pin
CPallini8-May-14 21:50
mveCPallini8-May-14 21:50 
GeneralRe: How to create lib file for header file alone. Pin
Richard MacCutchan8-May-14 22:45
mveRichard MacCutchan8-May-14 22:45 
GeneralRe: How to create lib file for header file alone. Pin
leon de boer8-May-14 23:51
leon de boer8-May-14 23:51 
GeneralRe: How to create lib file for header file alone. Pin
Richard MacCutchan9-May-14 0:06
mveRichard MacCutchan9-May-14 0:06 
GeneralRe: How to create lib file for header file alone. Pin
CPallini9-May-14 0:10
mveCPallini9-May-14 0:10 
GeneralRe: How to create lib file for header file alone. Pin
Richard MacCutchan9-May-14 0:23
mveRichard MacCutchan9-May-14 0:23 
GeneralRe: How to create lib file for header file alone. Pin
CPallini9-May-14 0:46
mveCPallini9-May-14 0:46 
GeneralRe: How to create lib file for header file alone. Pin
Richard MacCutchan9-May-14 1:01
mveRichard MacCutchan9-May-14 1:01 
QuestionHow to IP-Forwarding for Man In the Middle Attack Pin
Member 106994388-May-14 20:50
Member 106994388-May-14 20:50 
GeneralRe: How to IP-Forwarding for Man In the Middle Attack Pin
Richard MacCutchan8-May-14 22:43
mveRichard MacCutchan8-May-14 22:43 
AnswerRe: How to IP-Forwarding for Man In the Middle Attack Pin
Gisle Vanem8-May-14 23:25
Gisle Vanem8-May-14 23:25 
Questionhow to speed up data transfer between client and server in Winsock Pin
Tú Xương7-May-14 21:26
Tú Xương7-May-14 21:26 
AnswerRe: how to speed up data transfer between client and server in Winsock Pin
Richard MacCutchan7-May-14 22:13
mveRichard MacCutchan7-May-14 22:13 
GeneralRe: how to speed up data transfer between client and server in Winsock Pin
pasztorpisti8-May-14 1:43
pasztorpisti8-May-14 1:43 
GeneralRe: how to speed up data transfer between client and server in Winsock Pin
Richard MacCutchan8-May-14 2:01
mveRichard MacCutchan8-May-14 2:01 

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.