[ros-bugs] [Bug 6215] CloseMany.exe doesnt launch in ReactOS

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Thu May 5 21:54:19 UTC 2011


http://www.reactos.org/bugzilla/show_bug.cgi?id=6215





--- Comment #1 from Haos <olaf_siejka at o2.pl>  2011-05-05 21:54:18 CET ---
success := DllCall( "advapi32.dll\OpenProcessToken" 
                  , "uint", hp_this 
                  , "uint", 0x20                                 ;
TOKEN_ADJUST_PRIVILEGES 
                  , "uint*", ht_this ) 
if ( ReportError( ErrorLevel or !success 
            , "OpenProcessToken: hp_this" 
            , "success = " success ) ) 
   ExitApp 

VarSetCapacity( token_info, 4+( 8+4 ), 0 ) 


Tried advapi32 debugging?

Line 160:  
hIcon:=DllCall("Shell32\ExtractAssociatedIconA",UInt,0,Str,FileName,UShortP,iIndex)


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list