Searched refs:nID (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/bin/win32/BINDInstall/
H A DBINDInstallDlg.h83 void SetItemStatus(UINT nID, BOOL bSuccess = TRUE);
H A DBINDInstallDlg.cpp1062 void CBINDInstallDlg::SetItemStatus(UINT nID, BOOL bSuccess) { argument
1063 GetDlgItem(nID)->SetWindowText(bSuccess == TRUE ? "Done" : "Failed");

Completed in 25 milliseconds