KSCOMPLETION_INVOCATION - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

typedef enum {
  KsInvokeOnSuccess,
  KsInvokeOnError,
  KsInvokeOnCancel
} KSCOMPLETION_INVOCATION;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-ks-kscompletion_invocation)

KSCOMPLETION_INVOCATION enumeration

Description

Constants

KsInvokeOnSuccess

Invokes the completion routine on success.

KsInvokeOnError

Invokes the completion routine on error.

KsInvokeOnCancel

Invokes the completion routine on cancellation.