代码搜索:OutputDebugString
找到约 360 项符合「OutputDebugString」的源代码
代码结果 360
www.eeworm.com/read/417345/10993807
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/256001/6933843
cpp main.cpp
// Main.cpp : Defines the entry point for the application.
//
#include "stdafx.h"
LPCTSTR szClassName = TEXT( "WINCLASS" );
LRESULT CALLBACK WndProc( HWND hwnd, UINT uMsg, WPARAM wParam, LPA
www.eeworm.com/read/131205/6955663
cpp sampapp.cpp
//
// FILE: sampapp.cpp
//
// Copyright (c) 1997 by Aaron Michael Cohen and Mike Woodring
//
/////////////////////////////////////////////////////////////////////////
#include
#in
www.eeworm.com/read/452273/7443569
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/436728/7763244
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/398496/7943293
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/246662/12715596
cpp ucguigenapp.cpp
// UCGUIGenApp.cpp : Defines the entry point for the application.
//
#include "stdAfx.h"
#include "stdio.h"
typedef bool (*LPFun)();
int APIENTRY WinMain(HINSTANCE hInstance,
www.eeworm.com/read/142836/12915848
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/142836/12916022
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/328270/13035801
cpp audiocodec.cpp
// AudioCodec.cpp: implementation of the AudioCodec class.
//
//////////////////////////////////////////////////////////////////////
#include "AudioCodec.h"
#include
/////////////