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.
 
 
 
 
 
 

34 lines
685 B

/*****************************************************************************
D I A L O G S H E A D E R
Name: dialogs.h
Date: 21-Jan-1994
Creator: John Fu
Description:
This is the header file for dialogs.c
*****************************************************************************/
BOOL CALLBACK ConnectDlgProc(
HWND hwnd,
UINT message,
WPARAM wParam,
LPARAM lParam);
BOOL CALLBACK ShareDlgProc(
HWND hwnd,
UINT message,
WPARAM wParam,
LPARAM lParam);
BOOL CALLBACK KeepAsDlgProc(
HWND hwnd,
UINT msg,
WPARAM wParam,
LPARAM lParam);