unwiki
틀:Table:WindowsApi:BaseServices
  • 홈페이지 (Home)
  • 인문학 (Humanities)
  • 사회과학 (Social sciences)
  • 자연과학 (Natural sciences)
  • 형식과학 (Formal sciences)
  • 수학 (Mathematics)
  • 응용과학 (Applied sciences)
  • 컴퓨터 공학 (Computer Sciences)
  • 소프트웨어 공학 (Software engineering)
  • 정보보호 (Information security)
  • 산업 (Industry)
  • 비학문 (Nonacademic)
  • About

틀:Table:WindowsApi:BaseServices

기본 서비스(Base Services)는 이용할 수 있는 중요한 리소스를 윈도 시스템에서 사용할 수 있게 도와 준다.

  • Handle
    • CloseHandle()
  • [http://msdn.microsoft.com/en-us/library/windows/desktop/aa363194(v=vs.85.aspx Communications Functions].
    • SetupComm()
    • PurgeComm()
    • GetCommState()
    • SetCommState()
    • GetCommTimeouts()
    • SetCommTimeouts()
    • COMMTIMEOUTS (Structure)
  • 동기화 (Synchronize).
    • CreateEvent()
      • SetEvent()
      • ResetEvent()
    • WaitForSingleObject()
    • WaitForMultipleObjects()
  • 오류처리 (Error handling).
    • GetLastError()
Copyright © 2025 unwiki.net
Made with Material for MkDocs