ContinueDebugEvent method

int ContinueDebugEvent(
  1. int dwProcessId,
  2. int dwThreadId,
  3. int dwContinueStatus
)

Implementation

int ContinueDebugEvent(
  int dwProcessId,
  int dwThreadId,
  int dwContinueStatus,
) {
  return _ContinueDebugEvent(
    dwProcessId,
    dwThreadId,
    dwContinueStatus,
  );
}