Timestamper Class Extension
TimestamperUtils.h
// Copyright 2006 ESRI
//                 
// All rights reserved under the copyright laws of the United States
// and applicable international laws, treaties, and conventions.
// 
// You may freely redistribute and use this sample code, with or
// without modification, provided you include the original copyright
// notice and use restrictions.
// 
// See the use restrictions.

HRESULT AddTimestampFields(IFieldsEditPtr& ipFieldsEdit);

//Global constants
const CComBSTR g_sCreFieldPropName(L"CREATION_FIELDNAME");
const CComBSTR g_sModFieldPropName(L"MODIFICATION_FIELDNAME");
const CComBSTR g_sUsrFieldPropName(L"USER_FIELDNAME");
const CComBSTR g_sCreFieldDefaultName(L"Created");
const CComBSTR g_sModFieldDefaultName(L"ModifiedLast");
const CComBSTR g_sUsrFieldDefaultName(L"ModifiedBy");