windows-nt/Source/XPSP1/NT/base/ntsetup/oobe/msoobe/msoobe.h

23 lines
691 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//*********************************************************************
//* Microsoft Windows **
//* Copyright(c) Microsoft Corp., 1999 **
//*********************************************************************
//
// MSOOBE.H - WinMain and initialization code for MSOOBE stub EXE
//
// HISTORY:
//
// 1/27/99 a-jaswed Created.
#ifndef _MSOOBE_H_
#define _MSOOBE_H_
#include <windows.h>
#include <appdefs.h>
typedef BOOL (WINAPI *PFNMsObWinMain)(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow);
#define IDS_APPNAME 3000
#define IDS_SETUPFAILURE 3001
#endif //_MSOOBE_H_