comp.os.mswindows.programmer.nt.kernelmode
  Home FAQ Contact Sign in
comp.os.mswindows.programmer.nt.kernelmode only
 
Advanced search
September 2008
motuwethfrsasuw
1234567 36
891011121314 37
15161718192021 38
22232425262728 39
2930      40
2008
 Jan   Feb   Mar   Apr 
 May   Jun   Jul   Aug 
 Sep   Oct   Nov   Dec 
2008 2007    
total
comp.os ... nt.kernelmode Profile…
RELATED GROUPS

POPULAR GROUPS

more...

 Up
  Error when running NDIS Test for miniport driver. (2 card test)         


Author: narsha
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
  Parent Proc ID Or Thread ID From Thread Handle         


Author: 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
  "Found New Hardware" window - getting a handle         


Author: dominolog
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
  Programmatically show Windows Service Property Dialog,...         


Author: 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
  about altitude for mini file filter         


Author: greenfish
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
  How to disabe nagle algorithm using TDI         


Author: BijuCP
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
  FAST '09 Call For Papers Deadline Approaching         


Author: Lionel 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
  Upper Filter Drivers.         


Author: eris
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
  Ce forum en Français         


Author: Miel
Date: Aug 31, 2008 06:48

Vous cherchez ce genre de forum en Français.

C'est en cliquant sur le lien ci-dessous :
http://sivaller.no-ip.org/forum/getforumroot/winddk

Voilà
1 Comment
  Webcam filter driver - different restrictions for application         


Author: creoman
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
1 2 3 4 5 6 7 8 9