... m_buffer.resize(sizeof(DLGTEMPLATE) + 2 + 2 + 2 * len); DLGTEMPLATE* dlg = reinterpret_cast<DLGTEMPLATE*>(&m_buffer[0]); dlg->style = dwStyle ...
確定! 回上一頁