CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: Hesus21

Search: Search took 0.01 seconds; generated 26 minute(s) ago.

  1. Replies
    2
    Views
    4,994

    Re: NtSetInformationthread

    I am running that driver code from a program with admin rights, so I assume so.

    I've tested this code:


    NtSetInformationThread(ZwCurrentThread(), ThreadHideFromDebugger, NULL, 0)

    That...
  2. Replies
    2
    Views
    4,994

    NtSetInformationthread

    Hello,

    I'm trying to change I/o priority of the current thread but it's not working. The status keeps returning -1073741819 which most likely translates to STATUS_ACCESS_VIOLATION.

    The code I...
Results 1 to 2 of 2





Click Here to Expand Forum to Full Width

Featured