Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

60 lines
1004 B

/*++
Copyright (c) 1995 Intel Corp
Module Name:
chatdlg.h
Abstract:
Header file containing function protoypes of functions in dialog.c.
Author:
Dan Chou & Michael Grafton
--*/
BOOL APIENTRY
InetConnDlgProc(
IN HWND DialogHandle,
IN UINT Message,
IN WPARAM WordParam,
IN LPARAM LongParam);
BOOL APIENTRY
DefaultConnDlgProc(
IN HWND DialogWindow,
IN UINT Message,
IN WPARAM WordParam,
IN LPARAM LongParam);
BOOL APIENTRY
ChooseFamilyDlgProc(
IN HWND DialogHandle,
IN UINT Message,
IN WPARAM WordParam,
IN LPARAM LongParam);
BOOL APIENTRY
NameAndSubjectDlgProc(
IN HWND DialogWindow,
IN UINT Message,
IN WPARAM WordParam,
IN LPARAM LongParam);
BOOL APIENTRY
AcceptConnectionDlgProc(
IN HWND DialogHandle,
IN UINT Message,
IN WPARAM WordParam,
IN LPARAM LongParam);
BOOL APIENTRY
InetListenPortDlgProc(
IN HWND DialogHandle,
IN UINT Message,
IN WPARAM WordParam,
IN LPARAM LongParam);