Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |