Home | Info | Community | Development | myReactOS | Contact Us
[private]
Definition at line 754 of file filedefext.cpp.
Referenced by InitVersionPage().
{ if (hwndDlg == NULL || pwszName == NULL) return FALSE; LPCWSTR pwszValue = m_VerInfo.GetString(pwszName); if (pwszValue) { /* file description property */ TRACE("%s :: %s\n", debugstr_w(pwszName), debugstr_w(pwszValue)); SetDlgItemTextW(hwndDlg, idCtrl, pwszValue); return TRUE; } return FALSE; }