mirror of https://github.com/lianthony/NT4.0
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.
21 lines
535 B
21 lines
535 B
/*--------------------------------------------------------------------------*\
|
|
Include File: init.h
|
|
|
|
Initalization and DLL entry points for the Telephony Control Panel Applet
|
|
|
|
\*--------------------------------------------------------------------------*/
|
|
|
|
#ifndef PH_INIT
|
|
#define PH_INIT
|
|
|
|
//----------
|
|
// Constants
|
|
//----------
|
|
|
|
//--------------------
|
|
// Function Prototypes
|
|
//--------------------
|
|
LONG PUBLIC InitApplets( HWND hWndCpl );
|
|
VOID PUBLIC InitCleanupApplets( VOID );
|
|
|
|
#endif // PH_INIT
|