private bool HandleCallbackAce( IntPtr hAuthzClientContext, IntPtr pAce, IntPtr pArgs, out bool pbAceApplicable) { pbAceApplicable = false; try { pbAceApplicable = _handle_callback_ace(Ace.Parse(pAce)); return(true); } catch { return(false); } }