代码搜索:OutputDebugString
找到约 360 项符合「OutputDebugString」的源代码
代码结果 360
www.eeworm.com/read/130519/14188515
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/232420/14195498
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/128705/14281055
cpp audiocodec.cpp
// AudioCodec.cpp: implementation of the AudioCodec class.
//
//////////////////////////////////////////////////////////////////////
#include "AudioCodec.h"
#include
/////////////
www.eeworm.com/read/230064/14306901
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/223218/14649566
cpp main.cpp
/*
* main.cpp
*/
static const char version[] = "setupserv: v2.0.5 (C) 2005 Chipsbrain Co., Ltd.\n";
#include
#include
#include
#include
#include
www.eeworm.com/read/119656/14824717
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/119655/14824735
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/117853/14902574
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/115022/15029034
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/113940/15120401
cpp myime.cpp
// 输入法管理演示代码
// 作者: Janhail Luo
// 最后整理: 2003-03-03
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "resource.h"
#include "stdlib.h"
#include