LPTHREAD_START_ROUTINE typedef callback

LPTHREAD_START_ROUTINE = Uint32 Function(Pointer<NativeType> lpThreadParameter)

An application-defined function that serves as the starting address for a thread.

To learn more, see learn.microsoft.com/previous-versions/windows/desktop/legacy/ms686736(v=vs.85).

Implementation

typedef LPTHREAD_START_ROUTINE = Uint32 Function(Pointer lpThreadParameter);