Parameters to WinMain - PowerPoint PPT Presentation

1 / 3
About This Presentation
Title:

Parameters to WinMain

Description:

Similar to main() function of C - top-down execution. Resources for the program ... Allocate, use, then free. Win32 environment is not like Java's ... – PowerPoint PPT presentation

Number of Views:32
Avg rating:3.0/5.0
Slides: 4
Provided by: spiral
Category:

less

Transcript and Presenter's Notes

Title: Parameters to WinMain


1
Parameters to WinMain
  • HINSTANCE hInstance
  • LPSTR lpCmdLine
  • int nCmdShow

2
Program logic
  • Similar to main() function of C - top-down
    execution.

3
Resources for the program
  • Resource are scarce
  • Resource are shared with many programs
  • Allocate, use, then free
  • Win32 environment is not like Java's
Write a Comment
User Comments (0)
About PowerShow.com