Contents

callbacks()

Returns the authorization callbacks structure with which this instance was initialized.

Declaration

func callbacks() -> UnsafePointer<AuthorizationCallbacks>!

Return Value

An object of type AuthorizationCallbacks.

Discussion

Use the AuthorizationCallbacks structure to get the function pointers to functions such as SetResult and SetContextValue.

See Also

Getting Instance Information