- 該函式返回桌面視窗的句柄。
The GetDesktopWindow function returns a handle to the desktop window.
- 那要得到目前所在DLL模組的名字或是句柄或是其它資料要用什麼
GetModuleFileName,it gets the name of a module—DLL or EXE
- 應用程式試圖使用一個事件對象,但指定的句柄非法。
WSA_INVALID_HANDLE (OS dependent) Specified event object handle is invalid.
- 打開檔案對話框的視窗句柄.
The window handle of the open file dialog box.
- 它也可以是主類型(並不是句柄)之一。
It can also be one of the primitive types (which isn’t a reference).
- 然而,句柄的類型必須正確。
The type of the reference must be correct, however.
- 但同樣地,實際傳遞的是一個句柄。所以下面這個程式行:
But once again a reference is being passed so the line
- 那么句柄s會在作用域的終點處消失。
the reference s vanishes at the end of the scope.