CWnd::SetWindowContextHelpId
Yardım içeriği tanımlayıcı belirtilen pencere ile ilişkilendirmek için bu üye işlevini çağırın.
BOOL SetWindowContextHelpId(
DWORD dwContextHelpId
);
Parametreler
- dwContextHelpId
Yardım içeriği tanımlayıcı.
Dönüş Değeri
Sıfır olmayan bir değer işlevi başarılı olursa; Aksi halde 0.
Notlar
Bir alt pencereyi Yardım içeriği tanımlayıcı yoksa, kendi üst pencere tanıtıcısı devralır. Benzer şekilde, sahip olunan penceresinde Yardım içeriği tanımlayıcı yoksa, onun sahibi pencere tanıtıcısı devralır. Bu miras Yardım içerik tanımlayıcıları için bir iletişim kutusu yalnızca bir tanımlayıcı ve tüm denetimlerindeki ayarlamak bir uygulama sağlar.
Örnek
// The following code fragment is from CMyDlg::OnInitDialog
// CMyDlg is derived from CDialog.
// Associate a help context id with the control.
// IDC_TESTHELP_CONTROL is the id of the control
// and HIDC_TESTHELP_CONTROL is its help context
// id associated with the control.
CWnd* pWnd = GetDlgItem(IDC_TESTHELP_CONTROL);
pWnd->SetWindowContextHelpId(HIDC_TESTHELP_CONTROL);
Gereksinimler
Başlık: afxwin.h