Source position: jwawinbase.pas line 3052
type LPOVERLAPPED_COMPLETION_ROUTINE = procedure(
dwErrorCode: DWORD;
dwNumberOfBytesTransfered: DWORD;
lpOverlapped: LPOVERLAPPED
);