auf den ersten Bilck würd ich es so übersetzen
Delphi-Quellcode:
type
SSQ_REPLY_UNION = record
batch_reply: PSSQ_BATCH_REPLY;
log_reply: PChar;
rules_reply: PSSQ_RULES_REPLY;
rcon_reply: PChar;
log_notify: LongBool;
end;
PSSQ_REPLY_UNION = ^SSQ_REPLY_UNION;
SSQ_CALLBACK = Procedure(typ: DWORD; reply: PSSQ_REPLY_UNION); StdCall;