LPTHREAD_START_ROUTINE Function Pointer
.NET Framework 2.0
Points to a function that notifies the host that a thread has started to execute.
typedef DWORD (__stdcall *LPTHREAD_START_ROUTINE) (
[in] LPVOID lpThreadParameter
);
Parameters
- lpThreadParameter
-
[in] A pointer to the code that has started executing.