ReactOS 0.4.15-dev-7953-g1f49173
rxlog.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define RxLog(Args)   { ;}
 
#define RxLogRetail(Args)   { ;}
 
#define RxPauseLog()   { ; }
 
#define RxResumeLog()   { ; }
 

Functions

VOID NTAPI RxDebugControlCommand (_In_ PSTR ControlString)
 
NTSTATUS NTAPI RxInitializeLog (VOID)
 

Macro Definition Documentation

◆ RxLog

#define RxLog (   Args)    { ;}

Definition at line 29 of file rxlog.h.

◆ RxLogRetail

#define RxLogRetail (   Args)    { ;}

Definition at line 30 of file rxlog.h.

◆ RxPauseLog

#define RxPauseLog ( )    { ; }

Definition at line 31 of file rxlog.h.

◆ RxResumeLog

#define RxResumeLog ( )    { ; }

Definition at line 32 of file rxlog.h.

Function Documentation

◆ RxDebugControlCommand()

VOID NTAPI RxDebugControlCommand ( _In_ PSTR  ControlString)

Definition at line 5496 of file rdbss.c.

5498{
5500}
#define UNIMPLEMENTED
Definition: debug.h:115

Referenced by RxGetRegistryParameters().

◆ RxInitializeLog()

NTSTATUS NTAPI RxInitializeLog ( VOID  )

Definition at line 6942 of file rdbss.c.

6944{
6947}
#define STATUS_NOT_IMPLEMENTED
Definition: ntstatus.h:239

Referenced by RxDriverEntry().