Home
last modified time | relevance | path

Searched refs:PSF_IMAGE_NOTIFY_DONE_BIT (Results 1 – 2 of 2) sorted by relevance

/reactos/ntoskrnl/dbgk/
H A Ddbgkutil.c113 PSF_IMAGE_NOTIFY_DONE_BIT); in DbgkCreateThread()
116 if (!(ProcessFlags & PSF_IMAGE_NOTIFY_DONE_BIT) && (PsImageNotifyEnabled)) in DbgkCreateThread()
/reactos/sdk/include/ndk/
H A Dpstypes.h295 #define PSF_IMAGE_NOTIFY_DONE_BIT 0x400000 macro