登录
首页 嵌入式系统 嵌入式系统
回帖 发帖
正文

主题:windows编程里的wndproc函数的调用机制 求解惑?

点击:379 回复:0

#include "stdafx.h"
BOOL InitInstance (HINSTANCE, int);
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM);
int WINAPI WinMain( HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPTSTR    lpCmdLine,
int       nCmdShow)
{
                ...
}
LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
{
switch (message)
{  ...
}
}
如上结构的程序框架,函数是从WINAPI WinMain里面进去,但是Winmain里没有调用WndProc函数的语句,小弟不知道WndProc函数是在哪开始被调用的,求大神解惑,在此谢过先!!
14-08-22 10:37

工控新闻

更多新闻资讯