CBT Hooks in Windows… What does “CBT” stand for?

后端 未结 3 1910
遇见更好的自我
遇见更好的自我 2021-01-05 08:20

Here\'s a quick one.

I\'m starting out with using hooks in in Windows, and I notice that there\'s a hook type called a \"CBT\" hook. Though I know how it\'s used f

相关标签:
3条回答
  • 2021-01-05 08:58

    It stands for Computer Based Training.

    0 讨论(0)
  • 2021-01-05 09:11

    CBT stands for "Computer-Based Training". In addition to its original, intended purpose of enabling instructional software, a CBT hook is most commonly used to provide notification when a window is created, destroyed, activated, resized, moved, minimized, etc.

    See the CBTProc Callback Function docs on MSDN for more information.

    0 讨论(0)
  • 2021-01-05 09:20

    I believe it is "Computer Based Training": it's intended to be used in (very basic level!) instructional software that shows the user how to move and click the mouse.

    0 讨论(0)
提交回复
热议问题