.NET
ntdd.txt
Associated article: Windows NT Device Driver Toolkits
Tags: .NET Tools
Published source code accompanying the article by Patrick Tennberg in which he examines the BlueWater System WinDK and Vireo Software Driver::Works toolkits for developing Windows NT device drivers. Also see NTDD.ZIP.
Windows NT Device Driver Toolkits by Patrick Tennberg Listing One // Getting, claiming, and using resources with WinDK. // Get the resources from the registry CRegistry *pRegistry = new CRegistry(m_DriverRegPath); pRegistry->SetRelativePath(Concatenate(pDeviceName,L"Parameters")); pRegistry->...


