Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ami-GS committed Jan 31, 2025
1 parent fc6b308 commit c364a7a
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions src/inc/quic_platform_winkernel.h
Original file line number Diff line number Diff line change
Expand Up @@ -495,17 +495,6 @@ ZwCreateIoCompletion (
IN OPTIONAL ULONG Count
);

NTSYSAPI
NTSTATUS
NTAPI
ZwSetIoCompletion (
IN HANDLE IoCompletionHandle,
IN PVOID KeyContext,
IN PVOID ApcContext,
IN NTSTATUS IoStatus,
IN ULONG_PTR IoStatusInformation
);

NTSYSAPI
NTSTATUS
NTAPI
Expand All @@ -529,18 +518,6 @@ IO_MINI_PACKET_CALLBACK_ROUTINE(

typedef IO_MINI_PACKET_CALLBACK_ROUTINE *PIO_MINI_PACKET_CALLBACK_ROUTINE;

struct _IO_MINI_COMPLETION_PACKET_USER {
LIST_ENTRY ListEntry;
ULONG PacketType;
PVOID KeyContext;
PVOID ApcContext;
NTSTATUS IoStatus;
ULONG_PTR IoStatusInformation;
PIO_MINI_PACKET_CALLBACK_ROUTINE MiniPacketCallback;
PVOID Context;
BOOLEAN Allocated;
};

NTSTATUS
IoSetIoCompletionEx (
__in PVOID IoCompletion,
Expand Down

0 comments on commit c364a7a

Please sign in to comment.