Introduction - If you have any usage issues, please Google them yourself
// This program demonstrates how the Native API can be used to
// create object names that are inaccessible the Win32 API. While
// there are many different ways to do this, the method used here it to
// include a terminating NULL that is explicitly made part of the key name.
// There is no way to describe this with the Win32 API, which treats a NULL
// as the end of the name string and will therefore chop it. Thus, Regedit
// and Regedt32 won t be able to access this key, though it will be visible.