Main Page | Class Hierarchy | Class List | File List | Class Members | File Members

wow64dbg.c File Reference

#include "dbgdllp.h"
#include "csrdll.h"
#include "ldrp.h"
#include "ntwow64.h"

Go to the source code of this file.

Functions

NTSTATUS DbgUiConnectToDbg (VOID)
NTSTATUS DbgUiWaitStateChange (OUT PDBGUI_WAIT_STATE_CHANGE StateChange, IN PLARGE_INTEGER Timeout OPTIONAL)
NTSTATUS DbgUiContinue (IN PCLIENT_ID AppClientId, IN NTSTATUS ContinueStatus)


Function Documentation

NTSTATUS DbgUiConnectToDbg VOID   ) 
 

Definition at line 32 of file wow64dbg.c.

References NtDbgUiConnectToDbg().

00032 { 00033 return NtDbgUiConnectToDbg(); 00034 }

NTSTATUS DbgUiContinue IN PCLIENT_ID  AppClientId,
IN NTSTATUS  ContinueStatus
 

Definition at line 46 of file wow64dbg.c.

References NtDbgUiContinue().

00050 { 00051 return NtDbgUiContinue(AppClientId, ContinueStatus); 00052 }

NTSTATUS DbgUiWaitStateChange OUT PDBGUI_WAIT_STATE_CHANGE  StateChange,
IN PLARGE_INTEGER Timeout  OPTIONAL
 

Definition at line 37 of file wow64dbg.c.

References NtDbgUiWaitStateChange().

00041 { 00042 return NtDbgUiWaitStateChange(StateChange, Timeout); 00043 }


Generated on Sat May 15 19:46:09 2004 for test by doxygen 1.3.7