Main Page   Compound List   File List   Compound Members   File Members  

dialogs.c File Reference

#include "netfone.h"

Compounds

struct  _NEW_HOST_PARAMS

Defines

#define Rad16(x)   ((((((md5key1[j] >> 1) ^ (md5key[15 - j] >> 2)) % 26) + (x)) % 26) + 'A')
#define Crypple(x)   ShowWindow(GetDlgItem(hDlg, x), SW_HIDE)
#define Prop(item, value)   wsprintf(s, Format(0), value); SetDlgItemText(hwnd, item, s)

Typedefs

typedef _NEW_HOST_PARAMS NEW_HOST_PARAMS
typedef _NEW_HOST_PARAMSLPNEW_HOST_PARAMS

Functions

void sessionKeyGenerate (LPSTR key, BOOL binary)
int makeInternalEncryptionKeys (HWND hwnd, LPCLIENT_DATA d)
BOOL CALLBACK CP_proc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
VOID connectionProperties (HWND hwnd, LPCLIENT_DATA d)
BOOL CALLBACK genKeyDlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
VOID genKeyDialogue (HWND hwnd)
BOOL CALLBACK rant1_DlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
int rant1Dialogue (HWND hwndParent)
BOOL CALLBACK rant2_DlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
int rant2Dialogue (HWND hwndParent)
BOOL CALLBACK modemDlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
void modemRant (HWND hwnd)
VOID modemSetupDialogue (HWND hwnd)
BOOL CALLBACK multicastDlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
VOID multicastGroupsDialogue (HWND hwnd)
BOOL CALLBACK About_DlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
VOID aboutDialogue (HWND hwndParent)
void propUpdateAudio (void)
BOOL CALLBACK propellerHeadDlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
VOID propellerHeadDialogue (HWND hwndParent)
VOID NewHost_EnableControls (HWND hwnd, BOOL fEnable)
VOID NewHost_OnSocketAsync (HWND hwnd, SOCKERR hAsync, SOCKERR serr, SOCKEVENT cbBuffer)
VOID NewHost_OnCommand (HWND hwnd, int id, HWND hwndCtl, UINT codeNotify)
BOOL CALLBACK NewHost_DlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
BOOL newHostDialogue (HWND hwndParent, LPSTR pszHostName, LPIN_ADDR paddr, unsigned short *port)
void PaintLevel (HWND hCtrl, int bPaint)
void UpdateScroll (HWND hwnd)
BOOL CALLBACK voxMonitor_DlgProc (HWND hwnd, UINT nMessage, WPARAM wParam, LPARAM lParam)
BOOL voxMonitorDialog (HWND hwndParent)
BOOL IsVoxMonitorMessage (MSG *pmsg)
void voxMonitorUpdate (long nAudio, long nVox)
BOOL IsVoxMonitorOn ()

Variables

NEW_HOST_PARAMS NewHostParams
LPCLIENT_DATA clientData
HWND hDlgVoxMonitor = NULL
long nCurrentAudioLevel = 0
long nCurrentVoxLevel = 0
int PrevNoiseThreshold = 0

Define Documentation

#define Crypple      ShowWindow(GetDlgItem(hDlg, x), SW_HIDE)
 

#define Prop item,
value       wsprintf(s, Format(0), value); SetDlgItemText(hwnd, item, s)
 

#define Rad16      ((((((md5key1[j] >> 1) ^ (md5key[15 - j] >> 2)) % 26) + (x)) % 26) + 'A')
 


Typedef Documentation

typedef struct _NEW_HOST_PARAMS * LPNEW_HOST_PARAMS
 

typedef struct _NEW_HOST_PARAMS NEW_HOST_PARAMS
 


Function Documentation

BOOL CALLBACK About_DlgProc HWND    hwnd,
UINT    nMessage,
WPARAM    wParam,
LPARAM    lParam
 

VOID aboutDialogue HWND    hwndParent
 

VOID connectionProperties HWND    hwnd,
LPCLIENT_DATA    d
 

BOOL CALLBACK CP_proc HWND    hDlg,
UINT    message,
WPARAM    wParam,
LPARAM    lParam
 

VOID genKeyDialogue HWND    hwnd
 

BOOL CALLBACK genKeyDlgProc HWND    hwnd,
UINT    nMessage,
WPARAM    wParam,
LPARAM    lParam
 

BOOL IsVoxMonitorMessage MSG *    pmsg
 

BOOL IsVoxMonitorOn  
 

int makeInternalEncryptionKeys HWND    hwnd,
LPCLIENT_DATA    d
 

BOOL CALLBACK modemDlgProc HWND    hwnd,
UINT    nMessage,
WPARAM    wParam,
LPARAM    lParam
 

void modemRant HWND    hwnd
 

VOID modemSetupDialogue HWND    hwnd
 

BOOL CALLBACK multicastDlgProc HWND    hwnd,
UINT    nMessage,
WPARAM    wParam,
LPARAM    lParam
 

VOID multicastGroupsDialogue HWND    hwnd
 

BOOL CALLBACK NewHost_DlgProc HWND    hwnd,
UINT    nMessage,
WPARAM    wParam,
LPARAM    lParam
 

VOID NewHost_EnableControls HWND    hwnd,
BOOL    fEnable
[static]
 

VOID NewHost_OnCommand HWND    hwnd,
int    id,
HWND    hwndCtl,
UINT    codeNotify
[static]
 

VOID NewHost_OnSocketAsync HWND    hwnd,
SOCKERR    hAsync,
SOCKERR    serr,
SOCKEVENT    cbBuffer
[static]
 

BOOL newHostDialogue HWND    hwndParent,
LPSTR    pszHostName,
LPIN_ADDR    paddr,
unsigned short *    port
 

void PaintLevel HWND    hCtrl,
int    bPaint
[static]
 

VOID propellerHeadDialogue HWND    hwndParent
 

BOOL CALLBACK propellerHeadDlgProc HWND    hwnd,
UINT    nMessage,
WPARAM    wParam,
LPARAM    lParam
 

void propUpdateAudio void   
 

BOOL CALLBACK rant1_DlgProc HWND    hwnd,
UINT    nMessage,
WPARAM    wParam,
LPARAM    lParam
 

int rant1Dialogue HWND    hwndParent
 

BOOL CALLBACK rant2_DlgProc HWND    hwnd,
UINT    nMessage,
WPARAM    wParam,
LPARAM    lParam
 

int rant2Dialogue HWND    hwndParent
 

void sessionKeyGenerate LPSTR    key,
BOOL    binary
 

void UpdateScroll HWND    hwnd [static]
 

BOOL CALLBACK voxMonitor_DlgProc HWND    hwnd,
UINT    nMessage,
WPARAM    wParam,
LPARAM    lParam
 

BOOL voxMonitorDialog HWND    hwndParent
 

void voxMonitorUpdate long    nAudio,
long    nVox
 


Variable Documentation

LPCLIENT_DATA clientData [static]
 

HWND hDlgVoxMonitor = NULL [static]
 

long nCurrentAudioLevel = 0 [static]
 

long nCurrentVoxLevel = 0 [static]
 

NEW_HOST_PARAMS NewHostParams
 

int PrevNoiseThreshold = 0 [static]
 


Generated on Tue Feb 10 08:26:36 2004 for Speak-FreelyforWindows by doxygen1.2.18