代码搜索:OutputDebugString
找到约 360 项符合「OutputDebugString」的源代码
代码结果 360
www.eeworm.com/read/276771/10708177
cpp dptools.cpp
/*
Semion S. Bezrukov 5-31-99
e-mail: deltree@rocketmail.com
This file is a compilation of Direct Play routines for the management
and setup of DirectPlay object and player. The majority of this c
www.eeworm.com/read/275606/10807758
cpp dptools.cpp
/*
Semion S. Bezrukov 5-31-99
e-mail: deltree@rocketmail.com
This file is a compilation of Direct Play routines for the management
and setup of DirectPlay object and player. The majority of this c
www.eeworm.com/read/468408/6989577
h myassert.h
#ifdef _DEBUG
#define VERIFY_ISWRITEPOINTER(a) { if(::IsBadWritePtr(a, sizeof(LPDWORD))) \
{ ::OutputDebugString(_T("Parameter ") _T(#a) _T(" is not a valid write pointer\r\n"));}}
#define VE
www.eeworm.com/read/298164/7972023
cpp rs232port.cpp
/////////////////////////////////////////////////////////////////////////////
//
// FILE: RS232Port.cpp : implementation file
//
// See _README.CPP
//
// Implementation of the CRS232Port class.
www.eeworm.com/read/328205/13042244
cpp zcomm.cpp
#include
#include "stdafx.h"
#include "zcomm.h"
//DWORD FAR PASCAL CommWatchProc( LPSTR lpData );
ZComm::ZComm()
{
fConnected=0;
fCOMMOpened=0;
olap=FALSE;
}
Z
www.eeworm.com/read/101594/6236106
cpp installdata.cpp
/*
* InstallData.cpp - part of jEditLauncher package
* Copyright (C) 2001 John Gellene
* jgellene@nyc.rr.com
*
* Notwithstanding the terms of the General Public License, the author grants
* perm
www.eeworm.com/read/160610/6288522
cpp kevlab.cpp
// KEVLab.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
DWORD WINAPI Thread_One(LPVOID lpone);
DWORD WINAPI Thread_Two(LPVOID lptwp);
DWORD WINAPI Thread_Three(L
www.eeworm.com/read/130220/6340122
cpp twave.cpp
// TWave.cpp: CtWave class implementation
//
#include "stdafx.h"
#include
#include "tWave.h"
//****************************************************************************
// Deb
www.eeworm.com/read/261892/11617107
cpp rs232port.cpp
/////////////////////////////////////////////////////////////////////////////
//
// FILE: RS232Port.cpp : implementation file
//
// See _README.CPP
//
// Implementation of the CRS232Port class.
www.eeworm.com/read/256445/11999664
cpp t-cmd.cpp
#include
#include
#define BUFFER_SIZE 1024
typedef struct
{
HANDLE hPipe;
SOCKET sClient;
}SESSIO