ReactOS 0.4.16-dev-340-g0540c21
processthreadsapi.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

WINBASEAPI BOOL WINAPI SetThreadStackGuarantee (_Inout_ PULONG StackSizeInBytes)
 
FORCEINLINE HANDLE GetCurrentThreadEffectiveToken (VOID)
 

Function Documentation

◆ GetCurrentThreadEffectiveToken()

FORCEINLINE HANDLE GetCurrentThreadEffectiveToken ( VOID  )

Definition at line 22 of file processthreadsapi.h.

24{
25 return (HANDLE)(LONG_PTR)-6;
26}
#define LONG_PTR
Definition: treelist.c:79

◆ SetThreadStackGuarantee()

WINBASEAPI BOOL WINAPI SetThreadStackGuarantee ( _Inout_ PULONG  StackSizeInBytes)