struct DMSTATUS
{
    int nYear;
    int nMonth;
    int nDay;
    int nWeek;
    int nHour;
    int nMinute;
    int nSecond;
    int nRecordCount;
};
c++的结构转成delphi 该如何写。