Description:
Microsoft 32-bit development newsgroup.
|
|
|
API OpenProcess blocking
|
| |
Hello Remember that I post the question on API writefile in blocking the framework to map a logical drive in an image file management through a process in user-mode by an intermediate of my driver. The writefile is not blocking any more when I'm overlapped. But I use the API OpenProcess to get process name from a processID... more »
|
|
How to know if system running in UEFI boot mode?
|
| |
Dear All, Is there any API or registry item can indicate if system is running in UEFI boot mode or BIOS boot mode ? When install system on Dell PowerEdge 710, user can select BIOS boot mode or UEFI boot mode. My question is, when windows system is started, how to know if it is running in UEFI boot mode or BIOS boot mode.... more »
|
|
how to debug driver
|
| |
hi all, my filter crash and show information: myfilter.sys -Address BA379990 base at BA378000,Datastamp 4aaf6a20 from the informations above can i know where function or line in my code crash cause? anybody experience pls help me. thank very much
|
|
How to map from one MDL to another with extra data
|
| |
Hi: I am new to driver and want to modify the bulkusb example to talk to our device. The problem is that when the driver receives the raw data from the user space, I need to add a header to it before sending the data to the device. In BulkUsb_DispatchReadWrite(), it calls the IoBuildPartialMdl to map the... more »
|
|
Sharing of process address space
|
| |
Hello, I'm trying to find a solution for direct sharing of process address space (in user mode if possible). I know that there is CreateFileMapping/NtCreateSect ion API to create file mappings to be shared across process boundary. But I didn't find a solution to direct share current process address space like:... more »
|
|
Signing driver under vista x64
|
| |
ello, When I signed my driver, it works. But Vista x64 refuses to install this drivers with . Help - me! Makecert -r -pe -ss PrivateCertStore -n "CN=TestCertforWDK" TestCert.cer certmgr.exe -add testcert.cer -s -r localMachine root certmgr.exe -add testcert.cer -s -r localMachine trustedpublisher SignTool sign /s... more »
|
|
|