windows-nt/Source/XPSP1/NT/base/remoteboot/riprep/sif.h
2020-09-26 16:20:57 +08:00

23 lines
400 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_