CMTIApp::ThreadEntryPoint

static UINT WINAPI CMTIApp::ThreadEntryPoint(void* lpParm = NULL)

Static entry point for the thread.

Defined in: Application.h

Return Value

0

Parameters

lpParm = NULL

Parameter being passed to the thread function

Comments

Entry point for the thread in an MTI app. This implementation creates a message loop on the thread stack, calls the initializer's init function, adds the message loop to the module, and then runs the message loop.