ReactOS 0.4.15-dev-7953-g1f49173
methods_struct Struct Reference

Public Attributes

int(* error_exit )(char *msgtext)
 
int(* trace_message )(char *msgtext)
 
int(* another_method )(void)
 

Detailed Description

Definition at line 105 of file ckconfig.c.

Member Data Documentation

◆ another_method

int(* methods_struct::another_method) (void)

Definition at line 108 of file ckconfig.c.

◆ error_exit

int(* methods_struct::error_exit) (char *msgtext)

Definition at line 106 of file ckconfig.c.

◆ trace_message

int(* methods_struct::trace_message) (char *msgtext)

Definition at line 107 of file ckconfig.c.


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