search for: regcreatekeyex

Displaying 2 results from an estimated 2 matches for "regcreatekeyex".

Did you mean: regcreatekeyexw
2007 Nov 28
4
Can''t write to "Windows PowerShell" source with win32-eventlog
...:data => "I''m warning you!" ) end As Tim mentioned, this doesn''t raise an error. It just doesn''t seem to do anything. Any ideas? Anything special about the Windows PowerShell source? In unrelated news, my attempts to replace RegCreateKey with RegCreateKeyEx in EventLog.add_event_source failed. Or shouldn''t I bother with it? Regards, Dan
2009 Sep 02
1
Question on CreateProcess and handle inheritance
Hi, I just wanted to make sure that I''m not confused by Michael Buselli''s comment and patch. As far as I can tell, if you set the bInheritHandle in the SECURITY_ATTRIBUTES structure that''s passed to CreateProcess to true, it''s the same as calling SetHandleInformation(handle, HANDLE_FLAG_INHERIT, HANDLE_FLAG_INHERIT) after the fact. CreateProcess: