I've never done this but try changing your code to:
function CreateCode(SerialID : String;
StartDateOfYear, YearOfStartDate, YearOfEndDate, DatePeriod : Word;
CodeType,RecordNumber,StartHour,EndHour : Byte) : PChar; stdcall;
external 'CreateCodeDLL.dll';
Note the extra stdcall.
Edit
Edit2: I don't actually know if As you can use Pascal as see from the call type on other replies you either have to do the C# side, can try change above or write a wrapper dll that toodoes the same thing.
