From: JohnG on 6 Jul 2005 05:05 Hi, RtlCopyMemory() works fine for me. One thing you might want to look into is the ObjectAttribute structure. You need to allocate virtual memory for this structure and use InitializeObjectAttributes macro. The other thing you have to watch is that sometimes within ObjAttr you get a handle (RootDirectory) and a relative (to the handle) registry key name. These are combined inside ZwOpenKey() to get the absolute path. John.
First
|
Prev
|
Pages: 1 2 3 Prev: DrvQueryFontTree fails with Splwow64.exe Next: Please HELP - Analyzing IRQL_NOT_LESS_OR_EQUAL |