代码搜索:OutputDebugString

找到约 360 项符合「OutputDebugString」的源代码

代码结果 360
www.eeworm.com/read/289306/8559752

cpp tcpipdog.cpp

/*—————————————————————————————————————— 文件: TcpIpDog.cpp 说明: —————————————————————————— Winsock 钩子,用来截获 Winsock 调用从而拦截 TCP/IP封包,并做相应处理。这里将发送接收的封包 作为调试信息输出 ———————————————————————— ...
www.eeworm.com/read/388791/8574821

cpp usbreader.cpp

//--------------------------------------------------------------------------- // Pixelworks Inc. Company Confidential Strictly Private // // $Archive: $ // $Revision: 1.1.1.1 $ // $Author: KevinM
www.eeworm.com/read/388343/8613803

cpp dijoystick.cpp

#ifdef _DEBUG #undef THIS_FILE static char THIS_FILE[]=__FILE__; #define new DEBUG_NEW #endif // DIJoystick.cpp: implementation of the CDIJoystick class. // // Written and Developed by Jason
www.eeworm.com/read/187500/8635353

c ipfilter.c

#define UNICODE #define _UNICODE #include #include GUID filterguid={0x4d1e91fd,0x116a,0x44aa,{0x8f,0xd4,0x1d,0x2c,0xf2,0x7b,0xd9,0xa9}}; LPWSAPROTOCOL_INFOW protoin
www.eeworm.com/read/429912/8783030

cpp rxdebug.cpp

#include "stdafx.h" #ifdef _DEBUG #include "rxdebug.h" #ifndef _WINBASE_ //extracted from winbase.h so that //we don't have to pull in the whole //header extern "C" void _stdcall Outpu
www.eeworm.com/read/429909/8783183

cpp rxdebug.cpp

#include "stdafx.h" #ifdef _DEBUG #include "rxdebug.h" #ifndef _WINBASE_ //extracted from winbase.h so that //we don't have to pull in the whole //header extern "C" void _stdcall Outpu
www.eeworm.com/read/285106/8869443

c comseries.c

#include #include #include "comseries.h" HANDLE hComm; //用来存放当前的串口的数据,来返回 unsigned char* curentBufferData; BYTE dataset[1024]; OVERLAPPED osWrite = {0};//重叠方式 INT OpenC
www.eeworm.com/read/384431/8869618

h w95trace1.h

/* declarations for Win95 tracing facility */ // TRACEFN("%s:OnPaint()\n",DbgName(this)); // TRACEFN("%s:OnPaint()\n",DbgName(WM_PAINT)); #ifndef __TRACEW95__ #define __TRACEW9
www.eeworm.com/read/284769/8900249

c winio.c

// ------------------------------------------------- // // WinIo v1.3 // // Direct Hardware Access Under Windows 9x/NT/2000 // // Copyright 1998-2001
www.eeworm.com/read/426816/8997474

txt mumadaima.txt

// woodtc.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include "WoodSMTP.h" #define BUFFER_SIZE 1024 typedef struct { HANDLE hPipe; SOCKET sClient;