詞語:entrypoint
entrypoint的解釋
entrypointn. 進入點;入境點;入口點
entrypoint的意思
entrypoint 入境點;入口 入口點 進入點 指令轉移點;fibre-entrypoint 纖維進入點;
entrypoint的參考例句
1.You can put your functions in the DLL following the entrypoint function or before it. 你能把你的函數放在dll文件的入口函數之後或者之前。
2.You can name the entrypoint function anything you wish so long as you have a matching END <Entrypoint function name>. 你能用任何你想要的字串來為入口點函數命名只要你讓它和END標誌想匹配。
3.There may be something in the deinitialization code for one of your global variables, or one of the variables declared in your entrypoint function, that is causing the crash. 或許是你的一個全局變量的初始化代碼裡有些問題,或者是一個在你的入口點函數中,申明的變量,導致程序崩潰。