Chào mừng đến với Diễn đàn lập trình - Cộng đồng lập trình.
Kết quả 1 đến 2 của 2
  1. #1
    Ngày tham gia
    Sep 2015
    Bài viết
    0

    NtQueryInformationThread, ZwQueryInformationThread


    NtQueryInformationThread, ZwQueryInformationThread

    [DllImport("ntdll.dll", SetLastError = true)]
    public static extern int NtQueryInformationThread(
    int ThreadHandle,
    THREAD_INFORMATION_CLASS ThreadInformationClass,
    [Type] ThreadInformation,
    int ThreadInformationLength,
    out int ReturnLength
    );

    See THREAD_INFORMATION_CLASS for the different classes of information and their associated structures.
    hàm này dùng để làm gì vậy

  2. #2
    Ngày tham gia
    Sep 2015
    Bài viết
    0
    http://www.google.com.vn/#hl=vi&sour...cfaede7b46937b

 

 

Quyền viết bài

  • Bạn Không thể gửi Chủ đề mới
  • Bạn Không thể Gửi trả lời
  • Bạn Không thể Gửi file đính kèm
  • Bạn Không thể Sửa bài viết của mình
  •