Yesterday , I did a search on google.com for the “ntrtl.h” file , which suposedly is common user mode - kernel RTL API
interface . Much for my surprise , the search yielded a result , at :
http://www.osr.com/ddk/debugfns_5n02.htm , which is a URL to last DDK help hosted at OSR. We read:
ComponentID
Specifies the component calling this routine. This must be one of the component name filter IDs defined in the DDK header ntddk.h and the SDK header ntrtl.h. To avoid mixing your driver’s output with the output of Windows components, you should use only the following values for ComponentID:
Now , my question is , anyone of you is aware of a SDK build which has this file ? This DDK help excerpt says ntrtl.h it’s part of the SDK. I wonder …
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
Interesting. I can’t find the file in either the platform SDK or the DDK.
There is a mention of it in the MSDN help for the description of a
MSPEVENTITEM structure - it refers to ntrtl.h as the file to refer to. A
search of the SDK header shows the structure defined in mspaddr.h. My guess
is that contents of the file were split out into other existing or new
headers.
Jim
-----Original Message-----
From: xxxxx@lists.osr.com
[mailto:xxxxx@lists.osr.com]On Behalf Of Dan Partelly
Sent: Wednesday, May 16, 2001 12:21 PM
To: NT Developers Interest List
Subject: [ntdev] ntrtl.h
Yesterday , I did a search on google.com for the “ntrtl.h” file , which
suposedly is common user mode - kernel RTL API
interface . Much for my surprise , the search yielded a result , at :
http://www.osr.com/ddk/debugfns_5n02.htm , which is a URL to last DDK
help hosted at OSR. We read:
ComponentID
Specifies the component calling this routine. This must be one of the
component name filter IDs defined in the DDK header ntddk.h and the SDK
header ntrtl.h. To avoid mixing your driver’s output with the output of
Windows components, you should use only the following values for
ComponentID:
Now , my question is , anyone of you is aware of a SDK build which has
this file ? This DDK help excerpt says ntrtl.h it’s part of the SDK. I
wonder …
You are currently subscribed to ntdev as: xxxxx@youngendeavors.com
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com