NTSTATUS WINAPI ZwQuerySystemInformation( __in SYSTEM_INFORMATION_CLASS SystemInformationClass, //얻어올 시스템 종류(핸들정보) __inout PVOID SystemInformation, //버퍼 __in ULONG SystemInformationLength, //버퍼 크기 __out_opt PULONG ReturnLength //받아올 값의 크기 );
This parameter can be one of the following values from the SYSTEM_INFORMATION_CLASS enumeration type. |
시스템에 로드된 모든 핸들의 정보를 조사하여 EPROCESS 구조체의 주소를 얻는다
출처
'컴터 때찌 > Programming' 카테고리의 다른 글
Sudoku 알고리즘 (0) | 2011.07.11 |
---|---|
Section을 이용한 정적 메모리 공유 (0) | 2011.04.27 |
NativeAPI.h (0) | 2011.02.26 |
DDK,WDK VC 6.0 (0) | 2011.02.15 |
[C] pipe function (0) | 2011.01.03 |