Parsec

ParsecHookStatusCallback

typedef void(* ParsecHookStatusCallback) (ParsecStatus e, void *opaque )

The return status of the hook that happened on the graphios layer ParsecHostHookStart.

Passed to each of the renderer game hook.

Parameters

NameDescription
eAppropriate ParsecStatus error returned on hooking error.
opaqueUser supplied context passed to each of the renderer game hooks.