frmContactEditorKey *frameCEKey = new frmContactEditorKey ( this );
frameCEKey->SetEditorMode(FALSE);
- intResult = GetLastInt(&KeyList);
- frameCEKey->SetupPointers(&KeyList,
- &KeyListAltID,
- &KeyListPID,
- &KeyListKeyType,
- &KeyListDataType,
- &KeyListType,
- &KeyListTokens,
- &KeyListPref,
+ intResult = GetLastInt(&ContactEditorData.KeyList);
+ frameCEKey->SetupPointers(&ContactEditorData.KeyList,
+ &ContactEditorData.KeyListAltID,
+ &ContactEditorData.KeyListPID,
+ &ContactEditorData.KeyListKeyType,
+ &ContactEditorData.KeyListDataType,
+ &ContactEditorData.KeyListType,
+ &ContactEditorData.KeyListTokens,
+ &ContactEditorData.KeyListPref,
lboKeys,
(intValueSeek));
frameCEKey->ShowModal();
}
frmContactEditorKey *frameCEKey = new frmContactEditorKey ( this );
- frameCEKey->SetupPointers(&KeyList,
- &KeyListAltID,
- &KeyListPID,
- &KeyListKeyType,
- &KeyListDataType,
- &KeyListType,
- &KeyListTokens,
- &KeyListPref,
+ frameCEKey->SetupPointers(&ContactEditorData.KeyList,
+ &ContactEditorData.KeyListAltID,
+ &ContactEditorData.KeyListPID,
+ &ContactEditorData.KeyListKeyType,
+ &ContactEditorData.KeyListDataType,
+ &ContactEditorData.KeyListType,
+ &ContactEditorData.KeyListTokens,
+ &ContactEditorData.KeyListPref,
lboKeys,
intSelectedData);
frameCEKey->SetEditorMode(TRUE);
lboKeys->DeleteItem(longSelected);
- DeleteMapData(intSelectedData, &KeyList, &KeyListAltID,
- &KeyListPID, &KeyListKeyType, &KeyListDataType, &KeyListType,
- &KeyListTokens, &KeyListPref);
+ DeleteMapData(intSelectedData, &ContactEditorData.KeyList, &ContactEditorData.KeyListAltID,
+ &ContactEditorData.KeyListPID, &ContactEditorData.KeyListKeyType, &ContactEditorData.KeyListDataType, &ContactEditorData.KeyListType,
+ &ContactEditorData.KeyListTokens, &ContactEditorData.KeyListPref);
}