Description:
Microsoft 32-bit development newsgroup.
|
|
|
Query key control block information (ETW)
|
| |
HI!
I'm trying to implement registry monitoring using ETW.
KeyHandle member of Registry_TypeGroup1 structure contains pointer to this block.
Is there any way to query according registry key path?
For example, WinDbg can do it (e.g. "!reg kcb ADDR").
It's required for me to be able to query KCB info because KcbCreate/KcbDelete events are not always issued for the specified KCB.... more »
|
|
msdia90.dll (32-bits) out-of-memory with chrome.dll
|
| |
Hello,
Our product allows users to view information extracted from a binary file,
including the information that could be found in an associated PDB.
Recently, some of our users have started trying to inspect Google
Chrome's companion DLL (chrome.dll).
That DLL has a relatively big PDB (400+MB), which has been known to cause some... more »
|
|
UNEXPECTED_KERNEL_MODE_TRAP_M (1000007f)
|
| |
This a crash dump from a blue screen event.
Can someone help me find out what is causing it?
I ran memtest and it said my memory as o.k.
Thanks.
Loading Dump File [D:\Documents and Settings\\Local Settings\Temp\WER1a19.dir00\Mi ni021313-03.dmp]
Mini Kernel Dump File: Only registers and stack trace are available... more »
|
|
NDIS 6.0 installation failed (logo signed driver) in service context
|
| |
Hello, I am trying to install Microsoft Logo signed NDIS LWF 6.0 driver through my installation service and installation fails.
if i am installing the driver using MSI or executable then it gets installed properly.
Please provide some guidelines to solve the problem of installation of driver through service.... more »
|
|
After login XP immediately shuts down
|
| |
I am having a lot of luck with Linux Puppy on a pendrive. That is what I am sending this message through.
I wanted a i386 directory in XP, so I dled sp3 and installed it and got that i386 dir.
Unfortunately, there were a lot of problems after rebooting.
73 instances of explorer opened, and about 4 errors with other things.... more »
|
|
Problem with Windbg
|
| |
I can figure out why it can't find the symbol file.
Does anyone know how to fix this ?
Thanks.
CommandLine: C:\masm32\SOURCE\excep.exe
Symbol search path is: srv*C:\WINDOWS\Symbols*[link].
Executable search path is:
ModLoad: 00400000 00403000 image00400000... more »
|
|
Windows7 logon Notifications
|
| |
Hello,
I need help rewriting the Winlogon Notification Package that used to work in
WinXP to work on Windows7. I would like to make a DLL that any .exe can call
and
get notified of the specific event like if user logged on/off or screen saver
came on etc.
Any help would be appreciated.... more »
|
|
IM Driver to capture datacard data
|
| |
Hi I am new to devier development and just want to check if NDIS IM Pass through drivers can capture datacard data.
Datacards are USB device so do i need to write some kind of USB driver or NDIS IM driver will work.
I need to capture datacard data and send a copy of it in to the use space.... more »
|
|
How to find out how many MEM_LARGE_PAGES memory a process has?
|
| |
In a small test I successfully used VirtualAlloc to commit 200 MB of
MEM_LARGE_PAGES; I was expecting to see an increase in Task Manager's
"Memory - Non-paged Pool" for the process (since MEM_LARGE_PAGES
memory cannot be paged, right?) but instead "Memory - Commit Size" was
the one that increased.... more »
|
|
Does GetProcAddress return an absolute 32-bit address?
|
| |
In Compaq Visual Fortran with USE DFWIN all the Windows APIs are imported and can be used.
I have a DLL developed in an unknown language, probably 'C', whose library functions I wish to use.
Lets say the dll is called "special.DLL" and one of its functions I want to use is called "function_one"... more »
|
|
|