Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 185 of file dependencies_tv1.c.
Referenced by InitDependPage().
{ BOOL bRet = FALSE; /* Accociate the imagelist with TV1 */ pDlgInfo->hDependsTreeView1 = GetDlgItem(pDlgInfo->hDependsWnd, IDC_DEPEND_TREE1); if (!pDlgInfo->hDependsTreeView1) { ImageList_Destroy(pDlgInfo->hDependsImageList); pDlgInfo->hDependsImageList = NULL; return FALSE; } (void)TreeView_SetImageList(pDlgInfo->hDependsTreeView1, pDlgInfo->hDependsImageList, TVSIL_NORMAL); /* Set the first items in the control */ TV1_AddDependantsToTree(pDlgInfo, NULL, lpServiceName); return bRet; }