home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NEXT Generation 27
/
NEXT27.iso
/
pc
/
demos
/
emperor
/
dx3.exe
/
SDK
/
SAMPLES
/
ROCKEM
/
WINMAIN.H
< prev
next >
Wrap
C/C++ Source or Header
|
1996-08-28
|
647b
|
21 lines
/*==========================================================================
*
* Copyright (C) 1995, 1996 Microsoft Corporation. All Rights Reserved.
*
* File: winmain.h
*
***************************************************************************/
#ifndef __WINMAIN_H
#define __WINMAIN_H
void RegError(char *sErr);
BOOL InitClass(HINSTANCE hInst);
BOOL InitWindow(HINSTANCE hInst, int nCmdShow);
long FAR PASCAL WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
int FAR PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR lpCmdLine, int nCmdShow);
#endif