Up |
|
|
  |
Author: narshanarsha
Date: Sep 19, 2008 09:08
Hi Folks,
When running a NDIS Test, i encounter this kind of error message at
the end of the test. It looks like this error happens on the back
channel.
UninitializeServer
[2900308]NdtSupp: SuppCore : FinalRelease - enter
[2900323]NdtSupp: SuppCore : FinalRelease - exit
Remote Library ClearAdapters failed!
Any ideas why this error occurs.
Regards,
NHKR
|
| |
|
| |
1 Comment |
|
  |
Author: Sonic..Sonic..
Date: Sep 16, 2008 03:11
Hello,
I have been working on an application that hooks ZwSuspendThread And
ZwSuspendProcess to protect my module from being suspended by any
outer code.
Now in case of ZwSuspendThread, the ThreadHandle I'm receiving i need
to obtain the Thread ID for that handle. I tried using
NtQueryInformationThread with ThreadBasicnformationbut it returned me
ACCESS_DENIED.
This could possible be since the ThreadHandle might not be having
enough rights(THREAD_QUERY_INFORMATION) or is it for some other
reason.
Can anyone please suggest me where i'm going wrong.
Thanks in advance
Sonic
|
| |
|
| |
no comments
|
|
  |
Author: dominologdominolog
Date: Sep 15, 2008 03:17
Hello
I've developed a driver which is not signed by MS. I also written a
installation wizard, which copies a sys file and registers a driver.
During installation the "Found new hardware wizard" dialog appears,
prompting for accepting of installation of the new driver. The problem
is I must start a service after installation of my driver from within
the setup, but the driver isn't installed yet because of the must of
confirming the "Found New Hardware" wizard.
Is there a way to either install not certified driver without promting
or obtain the handle for the mentioned window to be able to wait from
within my setup for it?
Thanks
dominolog
|
| |
|
no comments
|
|
  |
Author: Kerem GümrükcüKerem Gümrükcü
Date: Sep 7, 2008 21:59
Hi,
is there a way to show a Windows Service Property
Dialog for a Windows Service like the Services.msc
uses. Is this functionallity embedded in some C/C++
dll or COM dll or do i have to implement it by my own.
The Dialog seems to be "resuable" by providing a service
name or handle to a function or interface call. Thats what i
think here, maybe i am wrong,...
Thanks in advance,...
Regards
Kerem
--
-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
Latest Project: http://www.codeplex.com/restarts
Latest Open-Source Projects: http://entwicklung.junetz.de
-----------------------
"This reply is provided as is, without warranty express or implied."
|
| |
|
no comments
|
|
  |
Author: greenfishgreenfish
Date: Sep 4, 2008 22:33
i'm on studying mini file filter.
i found a altitude value is required that is assigned by MS.
how can i get altitude value?
can i contact to MS?
|
| |
|
1 Comment |
|
  |
Author: BijuCPBijuCP
Date: Sep 4, 2008 22:10
Hello Friends,
I would like to know, how to disable the Nagle algorithm using TDI
interface
in kernel level code for my application. Please let me know, if you
have any
sample code for the same.
If it's not possible through TDI interface, is there any way to
disable for
the system?
Thanks,
Biju
|
| |
|
1 Comment |
|
  |
Author: Lionel Garth JonesLionel Garth Jones
Date: Sep 4, 2008 13:55
The 7th USENIX Conference on File and Storage Technologies (FAST '09)
Program Committee would like to remind you that the deadline to
contribute to the refereed papers is quickly approaching. Paper
submissions are due 9:00 p.m. EDT, September 12, 2008.
FAST '09 brings together storage system researchers and practitioners to
explore new directions in the design, implementation, evaluation, and
deployment of storage systems.
|
| Show full article (2.11Kb) |
|
no comments
|
|
  |
Author: eriseris
Date: Sep 2, 2008 04:20
Hi All,
I am new to device drivers field. I am trying to build Upper filter
driver for USB device. After installing I verified stack using device
tree. I found my upper filter has created seperate stack just like
PartMgr used to create. I am able to get all PNP related IRPs. But I
am Unable to get other IRPs like IRP_MJ_INTERNAL_DEVICE_CONTROL or
IRP_MJ_DEVICE_CONTROL in my upper filter driver. When I have made it
lower filter driver then I am able to get all IRPs. As according to my
understanding IRPs from IoManager should come to upper filter driver
first and then to the functional driver and then to lower filter
driver. Is there any special method to get all IRPs going to
functional driver in upper filter driver.
Thanks in Advance..
Eris
|
| |
|
no comments
|
|
  |
|
|
  |
|
|
  |
Author: creomancreoman
Date: Aug 28, 2008 09:24
My main goal is to develop an upper filter driver which will give
access to webcam for specified applications only.
The questions is if it possible at all - to know which windows
application requests webcam?
|
| |
|
1 Comment |
|
|
|
|
|