我需要帮助将此C类型声明转换为Delphi:
typedef struct _IO_STATUS_BLOCK { union { NTSTATUS Status; PVOID Pointer_; } ; ULONG_PTR Information; } IO_STATUS_BLOCK, *PIO_STATUS_BLOCK;
delphi
delphi ×1