 
                            ...
The compliant example demonstrates how to launch Notepad.exe using a low integrity level, regardless of what privilege level the parent process is running from.  It also disallows handle inheritance by passing FALSE to the bInheritsHandles parameter, since because notepad.exe does not require access to any of the process' handles.
...