KSCOMPLETION_INVOCATION enumeration (ks.h)

Syntax

typedef enum {
  KsInvokeOnSuccess,
  KsInvokeOnError,
  KsInvokeOnCancel
} KSCOMPLETION_INVOCATION;

Constants

 
KsInvokeOnSuccess
Invokes the completion routine on success.
KsInvokeOnError
Invokes the completion routine on error.
KsInvokeOnCancel
Invokes the completion routine on cancellation.

Requirements

Requirement Value
Header ks.h