2025-04-27 07:49:33 -04:00

23 lines
422 B
C

/****************************************************************************
Copyright (c) Microsoft Corporation 1998
All rights reserved
File: SERVERDLG.H
***************************************************************************/
#ifndef _SIF_H_
#define _SIF_H_
INT_PTR CALLBACK
SIFDlgProc(
HWND hDlg,
UINT uMsg,
WPARAM wParam,
LPARAM lParam );
#endif // _SIF_H_