自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

每日学习,每日自省,每日进步!

记录点滴,成就自我。

  • 博客(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关注的人

提示
确定要删除当前文章?
取消 删除