---
title: "What is the entry point for window based application?"  
description: "What is the entry point for window based application?"  
author: "Dependra Pathak"  
published: 2011-03-28  
updated: 2020-09-20  
canonical: https://www.mindstick.com/interview/675/what-is-the-entry-point-for-window-based-application  
category: "visual c++"  
tags: ["visual c++"]  
reading_time: 1 minute  

---

# What is the entry point for window based application?

The entry point for window based application is WinMan()\
Syntax:\
int WINAPI WinMain(HINSTANCE hInstanceExe,HINSTANCE,PTSTR pszCmdLine,\
int nCmdShow);

## Answers

### Answer by Dependra Pathak

The entry point for window based application is WinMan()\
Syntax:\
int WINAPI WinMain(HINSTANCE hInstanceExe,HINSTANCE,PTSTR pszCmdLine,\
int nCmdShow);


---

Original Source: https://www.mindstick.com/interview/675/what-is-the-entry-point-for-window-based-application

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
