windows-nt/Source/XPSP1/NT/ds/security/gina/msgina/welcome.h
2020-09-26 16:20:57 +08:00

29 lines
529 B
C

//+---------------------------------------------------------------------------
//
// Microsoft Windows
// Copyright (C) Microsoft Corporation, 1992 - 1993.
//
// File: welcome.h
//
// Contents:
//
// Classes:
//
// Functions:
//
// History: 7-18-94 RichardW Created
//
//----------------------------------------------------------------------------
INT_PTR WINAPI
WelcomeDlgProc(
HWND hDlg,
UINT message,
WPARAM wParam,
LPARAM lParam
);
VOID
SetWelcomeCaption(
HWND hDlg);