frmContactEditorCategory *frameCECategory = new frmContactEditorCategory ( this );
frameCECategory->SetEditorMode(FALSE);
- intResult = GetLastInt(&CategoriesList);
- frameCECategory->SetupPointers(&CategoriesList,
- &CategoriesListAltID,
- &CategoriesListPID,
- &CategoriesListType,
- &CategoriesListTokens,
- &CategoriesListPref,
+ intResult = GetLastInt(&ContactEditorData.CategoriesList);
+ frameCECategory->SetupPointers(&ContactEditorData.CategoriesList,
+ &ContactEditorData.CategoriesListAltID,
+ &ContactEditorData.CategoriesListPID,
+ &ContactEditorData.CategoriesListType,
+ &ContactEditorData.CategoriesListTokens,
+ &ContactEditorData.CategoriesListPref,
lboCategories,
(intValueSeek));
frameCECategory->ShowModal();
}
frmContactEditorCategory *frameCECategory = new frmContactEditorCategory ( this );
- frameCECategory->SetupPointers(&CategoriesList,
- &CategoriesListAltID,
- &CategoriesListPID,
- &CategoriesListType,
- &CategoriesListTokens,
- &CategoriesListPref,
+ frameCECategory->SetupPointers(&ContactEditorData.CategoriesList,
+ &ContactEditorData.CategoriesListAltID,
+ &ContactEditorData.CategoriesListPID,
+ &ContactEditorData.CategoriesListType,
+ &ContactEditorData.CategoriesListTokens,
+ &ContactEditorData.CategoriesListPref,
lboCategories,
intSelectedData);
frameCECategory->SetEditorMode(TRUE);
lboCategories->DeleteItem(longSelected);
- DeleteMapData(intSelectedData, &CategoriesList,
- &CategoriesListAltID, &CategoriesListPID,
- &CategoriesListType, &CategoriesListTokens,
- &CategoriesListPref);
+ DeleteMapData(intSelectedData, &ContactEditorData.CategoriesList,
+ &ContactEditorData.CategoriesListAltID, &ContactEditorData.CategoriesListPID,
+ &ContactEditorData.CategoriesListType, &ContactEditorData.CategoriesListTokens,
+ &ContactEditorData.CategoriesListPref);
}
\ No newline at end of file