본문 바로가기

My Study/Function

FreeLibrary

BOOL WINAPI FreeLibrary(
  __in  HMODULE hModule
);
모듈 핸들 반환

hModule : A handle to the loaded library module.
 로드했던 라이브러리 이름( DLL 명 )

'My Study > Function' 카테고리의 다른 글

KiFastCallEntry  (0) 2010.02.24
KiFastSystemCall  (0) 2010.02.24
LoadLibrary  (0) 2010.02.24
GetTickCount  (0) 2010.02.24
OpenProcess  (0) 2010.02.24