Defines | Functions

Win32Main.cpp File Reference

#include <io.h>
#include <conio.h>
#include <windows.h>
#include "ap_Win32App.h"

Defines

#define _WIN32_WINNT   0x0501

Functions

int WINAPI wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR szCmdLine, int iCmdShow)
int WINAPI WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, PSTR szCmdLine, int iCmdShow)

Define Documentation

#define _WIN32_WINNT   0x0501

Function Documentation

int WINAPI WinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
PSTR  szCmdLine,
int  iCmdShow 
)

References BOOL(), and AP_Win32App::WinMain().

int WINAPI wWinMain ( HINSTANCE  hInstance,
HINSTANCE  hPrevInstance,
LPWSTR  szCmdLine,
int  iCmdShow 
)

References BOOL(), and AP_Win32App::WinMain().