// ks.h
typedef enum {
KsInvokeOnSuccess,
KsInvokeOnError,
KsInvokeOnCancel
} KSCOMPLETION_INVOCATION;
View the official Windows Driver Kit DDI referenceNo description available.
KsInvokeOnSuccessInvokes the completion routine on success.
KsInvokeOnErrorInvokes the completion routine on error.
KsInvokeOnCancelInvokes the completion routine on cancellation.