Hi All,
How can one define a custom OID in Windows NT ? The Windows 2000 and all
other latest releases have the ‘NDIS_GUID’ structure by which we register
the custom OIDs. However the structure is not defined for Windows NT.
Any help will be appreciated.
Thanks,
Regards,
Abhijit
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
Custom OIDs, also known as “vendor-specific” or
“implementation-specific” OIDs, can be defined as 0xFF…, ie. they
have the MSB set to 0xff. See
http://www.osr.com/ddk/21oidovw_8q9e.htm
Stephan
On Mon, 28 Jan 2002 6:19:8, xxxxx@controlnet.co.in wrote:
Hi All,
How can one define a custom OID in Windows NT ? The Windows 2000 and all
other latest releases have the ‘NDIS_GUID’ structure by which we register
the custom OIDs. However the structure is not defined for Windows NT.
Any help will be appreciated.
Thanks,
Regards,
Abhijit
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