代码搜索:OutputDebugString

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

代码结果 360
www.eeworm.com/read/113937/15120556

cpp myime.cpp

// 输入法管理演示代码 // 作者: Janhail Luo // 最后整理: 2003-03-03 ////////////////////////////////////////////////////////////////////// #include "stdafx.h" #include "resource.h" #include "stdlib.h" #include
www.eeworm.com/read/171026/5400372

cpp procompilemacro.cpp

#include #include int main() { char szTemp[1024]; wsprintf(szTemp,"当前文件名:%s\n",__FILE__ ); OutputDebugString(szTemp); wsprintf(szTemp,"%d行的内容为printf(szTemp);\n",__
www.eeworm.com/read/164348/5497132

cpp winaudio.cpp

/* ***** BEGIN LICENSE BLOCK ***** * Source last modified: $Id: winaudio.cpp,v 1.4.8.2 2004/07/09 02:01:47 hubbe Exp $ * * Portions Copyright (c) 1995-2004 RealNetworks, Inc. All Rights Reserve
www.eeworm.com/read/476017/6772620

cpp debuglog.cpp

/* produce logs */ #include #include #include "debuglog.h" #define LOGFILENAME "d:\\debuglog.txt" HANDLE hlogFile; int debugloginit() { hlogFile = CreateF
www.eeworm.com/read/476024/6772650

cpp debuglog.cpp

/* produce logs */ #include #include #include "debuglog.h" #define LOGFILENAME "d:\\debuglog.txt" HANDLE hlogFile; int debugloginit() { hlogFile = CreateF
www.eeworm.com/read/195283/8166412

cpp mydll.cpp

////////////////////////////////////////////////////////////////////////////// // // Module: mydll.dll // File: mydll.cpp // Author: Galen C. Hunt // // Copyright 1998-1999, Microsoft Corpor
www.eeworm.com/read/195283/8166433

cpp mydll.cpp

////////////////////////////////////////////////////////////////////////////// // // Module: mydll.dll // File: mydll.cpp // Author: Galen C. Hunt // // Copyright 1998-1999, Microsoft Corpor
www.eeworm.com/read/193948/8203230

cpp mydriver.cpp

// MyDriver.cpp : Defines the entry point for the DLL application. // #include "stdafx.h" DWORD DEM_Init(LPCTSTR pContext, LPCVOID lpvBusContext); BOOL DEM_Deinit( DWORD hDeviceContext ); DWO
www.eeworm.com/read/146919/12602969

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/238249/13899838

cpp ddraw01.cpp

// DDraw01.cpp : Defines the entry point for the application. // #include "stdafx.h" #include "resource.h" // Inserted code begin #define INITGUID #include #include