For the complete documentation index, see llms.txt. This page is also available as Markdown.

LPTHREAD_START_ROUTINE

[UnmanagedFunctionPointerAttribute(CallingConvention.Winapi)]
public unsafe delegate uint LPTHREAD_START_ROUTINE(void* lpThreadParameter);

Last updated