摘要:
typedef struct _SYSTEMTIME { WORD wYear; WORD wMonth; WORD wDayOfWeek; WORD wDay; WORD wHour; WORD wMinute; WORD wSecond; WORD wMilliseconds;} SYSTEMTIME, *LPSYSTEMTIME;SetLocalTime修改成本地时间SetSystemTime修改成格林威治时间、int m_Year; int m_Month; int m_Day; int m_Hour; int m_Minute; int m_Second; SYSTEMTIME sy 阅读全文
摘要:
LPCTSTRA 32-bit pointer to a constant character string that is portable for Unicode and DBCS.CButton::CreateBOOL Create( LPCTSTR lpszCaption, DWORD dwStyle, const RECT& rect, CWnd* pParentWnd, UINT nID );若:CButton m_btn;m_btn.Create("按钮",WS_CHILD|BS_DEFPUSHBUTTON,CRect(0,0,100,100),thi 阅读全文