
공지사항
글 수 38
2008.10.06 11:35:38 (*.105.125.81)
21390
They can then use the handle to communicate with the driver by calling Windows API functions such as ReadFile and DeviceIoControl.
- 사전 분석
- then : 부사(adv.). 그런 다음에 ~
- 동사를 찾아라
:
can then use - 끊자
They / can then use / the handle / to communicate with the driver / by calling Windows API functions / such as ReadFile and DeviceIoControl. - 뒤에서부터 해석해라.
- They
어플리케이션은 - can then use
그런 다음에 사용할 수 있다. - the handle
디바이스 파일 핸들을 - to communicate with the driver
드라이버와 통신하기 위해 - by calling Windows API functions
윈도우 API 함수를 호출 - such as ReadFile and DeviceIoControl.
ReadFile 과 DeviceIoControl 과 같은
- They
- 이것을 조합하면
그런 다음에 어플리케이션은 ReadFile 과 DeviceIoControl 과 같은 윈도우 API 함수를 호출해서 드라이버와 통신하기 위한 핸들을 사용할 수 있다.
그런 다음에, 어플리케이션은 ReadFile 과 DeviceIoControl 과 같은 윈도우 API 함수를 호출해서 드라이버와 통신하기 위한 핸들을 사용할 수 있다.