xtd_c - Reference Guide 0.2.0
event_args.h
Go to the documentation of this file.
1 
6 #pragma once
7 #include "types.h"
8 
21 };
22 
24 typedef struct xtd_event_args xtd_event_args;
Contains types definitions.
xtd_event_args xtd_event_args_with_user_data(xtd_handle user_data)
Creates an xtd_event_args structure with user data.
xtd_handle user_data
The user's data that is associated with the event.
Definition: event_args.h:20
Represent an instance of the event args object.
Definition: event_args.h:15
xtd_event_args xtd_event_args_empty()
Provides a value to use with events that do not have event data.
void * xtd_handle
Represent a pointer or a handle.
Definition: types.h:129