Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
WindowExMessageBoxData Struct Reference

#include <ExtendedMessageBox.h>

Public Attributes

MessageBoxFunc yesCallback
 Function pointer to the Yes Button Callback.
 
MessageBoxFunc noCallback
 Function pointer to the No Button Callback.
 
MessageBoxFunc okCallback
 Function pointer to the Ok Button Callback.
 
MessageBoxFunc cancelCallback
 Function pointer to the Cancel Button Callback.
 
void * userData
 

Detailed Description

Data attached to each extended Message box window

Definition at line 49 of file ExtendedMessageBox.h.

Member Data Documentation

◆ cancelCallback

MessageBoxFunc WindowExMessageBoxData::cancelCallback

Function pointer to the Cancel Button Callback.

Definition at line 54 of file ExtendedMessageBox.h.

◆ noCallback

MessageBoxFunc WindowExMessageBoxData::noCallback

Function pointer to the No Button Callback.

Definition at line 52 of file ExtendedMessageBox.h.

◆ okCallback

MessageBoxFunc WindowExMessageBoxData::okCallback

Function pointer to the Ok Button Callback.

Definition at line 53 of file ExtendedMessageBox.h.

◆ userData

void* WindowExMessageBoxData::userData

Definition at line 55 of file ExtendedMessageBox.h.

◆ yesCallback

MessageBoxFunc WindowExMessageBoxData::yesCallback

Function pointer to the Yes Button Callback.

Definition at line 51 of file ExtendedMessageBox.h.


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