#ifndef _NTPSAPI_H
//
// User processes and threads
//
#if (PHNT_MODE != PHNT_MODE_KERNEL)
#if (PHNT_VERSION >= PHNT_WINDOWS_VISTA)
// begin_rev
#define THREAD_CREATE_FLAGS_NONE 0x00000000
View code on GitHub
This flags indicates the absence of other thread creation flags.