- 博客(5)
- 收藏
- 关注
翻译 WaitCommEvent function
Waits for an event to occur for a specified communications device. The set of events that are monitored by this function is contained in the event mask associated with the device handle.等待制定通讯设备产生一个
2013-05-22 13:55:45
1481
翻译 FindResource function
Determines the location of a resource with the specified type and name in the specified module.To specify a language, use the FindResourceEx function.根据指定的类型和名字来确定资源文件的地址。如果需要指定语言,请使用函数FindRes
2013-05-03 17:44:03
1055
翻译 IsWindow function
Determines whether the specified window handle identifies an existing window. 通过所指定的窗口句柄来判断此窗口是否存在。SyntaxC++CopyBOOL WINAPI IsWindow( _In_opt_ HWND hWnd);
2013-05-03 15:49:55
807
翻译 SetWindowText function
Changes the text of the specified window's title bar (if it has one). If the specified window is a control, the text of the control is changed. However,SetWindowText cannot change the text of a cont
2013-05-03 15:05:07
723
翻译 GetDlgItem function
Retrieves a handle to a control in the specified dialog box. 功能:获得 指定对话框上面 某个控件的句柄C++CopyHWND WINAPI GetDlgItem( _In_opt_ HWND hDlg, _In_ int nIDDlgItem);
2013-05-03 14:25:58
839
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人