ReactOS 0.4.15-dev-8100-g1887773
_windows.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define _STLP_PLATFORM   "Windows"
 
#define _STLP_WINDOWS_H_INCLUDED
 
#define _STLP_STDCALL   __stdcall
 
#define _STLP_WIN32
 

Functions

_STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement (long volatile *)
 
_STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement (long volatile *)
 
_STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange (long volatile *, long)
 
_STLP_IMPORT_DECLSPEC void _STLP_STDCALL OutputDebugStringA (const char *lpOutputString)
 

Macro Definition Documentation

◆ _STLP_PLATFORM

#define _STLP_PLATFORM   "Windows"

Definition at line 25 of file _windows.h.

◆ _STLP_STDCALL

#define _STLP_STDCALL   __stdcall

Definition at line 93 of file _windows.h.

◆ _STLP_WIN32

#define _STLP_WIN32

Definition at line 283 of file _windows.h.

◆ _STLP_WINDOWS_H_INCLUDED

#define _STLP_WINDOWS_H_INCLUDED

Definition at line 48 of file _windows.h.

Function Documentation

◆ InterlockedDecrement()

_STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedDecrement ( long volatile )

◆ InterlockedExchange()

_STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedExchange ( long volatile ,
long   
)

◆ InterlockedIncrement()

_STLP_IMPORT_DECLSPEC long _STLP_STDCALL InterlockedIncrement ( long volatile )

◆ OutputDebugStringA()

_STLP_IMPORT_DECLSPEC void _STLP_STDCALL OutputDebugStringA ( const char lpOutputString)