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

/bind-9.11.3/bin/win32/BINDInstall/
H A DBINDInstallDlg.h77 void SetItemStatus(UINT nID, BOOL bSuccess = TRUE);
H A DBINDInstallDlg.cpp1276 void CBINDInstallDlg::SetItemStatus(UINT nID, BOOL bSuccess) { argument
1277 GetDlgItem(nID)->SetWindowText(bSuccess == TRUE ? "Done" : "Failed");

Completed in 13 milliseconds