My Project
Functions
listener.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

ATOM MyRegisterClass (HINSTANCE hInstance)
 
BOOL InitInstance (HINSTANCE, int)
 
LRESULT CALLBACK WndProc (HWND, UINT, WPARAM, LPARAM)
 
INT_PTR CALLBACK About (HWND, UINT, WPARAM, LPARAM)
 

Function Documentation

§ About()

INT_PTR CALLBACK About ( HWND  ,
UINT  ,
WPARAM  ,
LPARAM   
)

§ InitInstance()

BOOL InitInstance ( HINSTANCE  ,
int   
)

Definition at line 91 of file lego.cpp.

Here is the caller graph for this function:

§ MyRegisterClass()

ATOM MyRegisterClass ( HINSTANCE  hInstance)

Definition at line 61 of file lego.cpp.

Here is the call graph for this function:
Here is the caller graph for this function:

§ WndProc()

LRESULT CALLBACK WndProc ( HWND  ,
UINT  ,
WPARAM  ,
LPARAM   
)

Definition at line 29 of file listener.cpp.

Here is the call graph for this function: