Wireshark 4.7.0
The Wireshark network protocol analyzer
Loading...
Searching...
No Matches
Public Attributes | List of all members
except_cleanup Struct Reference

A cleanup handler registered to run when a scope is exited due to an exception. More...

#include <except.h>

Public Attributes

void(* except_func )(void *)
 
void * except_context
 

Detailed Description

A cleanup handler registered to run when a scope is exited due to an exception.

Member Data Documentation

◆ except_context

void* except_cleanup::except_context

Opaque context pointer passed to except_func

◆ except_func

void(* except_cleanup::except_func) (void *)

Cleanup callback to invoke on scope exit


The documentation for this struct was generated from the following file: