ThreadProc typedef

ThreadProc = DWORD Function(Pointer<NativeType> lpParameter)

Application-defined callback function that serves as the starting address for a thread. Specify this address when calling the CreateThread, CreateRemoteThread, or CreateRemoteThreadEx function.

Implementation

typedef ThreadProc = DWORD Function(Pointer lpParameter);