They can then use the handle to communicate with the driver by calling Windows API functions such as ReadFile and DeviceIoControl.

  1. 사전 분석

    • then  :  부사(adv.). 그런 다음에 ~


  2. 동사를 찾아라
    :
    can then use

  3. 끊자

    They / can then use / the handle / to communicate with the driver / by calling Windows API functions / such as ReadFile and DeviceIoControl.

  4. 뒤에서부터 해석해라.
    • They
      어플리케이션은
    • can then use
      그런 다음에 사용할 수 있다.
    • the handle
      디바이스 파일 핸들을
    • to communicate with the driver
      드라이버와 통신하기 위해
    • by calling Windows API functions
      윈도우 API 함수를 호출
    • such as ReadFile and DeviceIoControl.
      ReadFile 과 DeviceIoControl 과 같은
  5. 이것을 조합하면

    그런 다음에 어플리케이션은 ReadFile 과 DeviceIoControl 과 같은 윈도우 API 함수를 호출해서 드라이버와 통신하기 위한 핸들을 사용할 수 있다.

그런 다음에, 어플리케이션은 ReadFile 과 DeviceIoControl 과 같은 윈도우 API 함수를 호출해서 드라이버와 통신하기 위한 핸들을 사용할 수 있다.