代码搜索:OutputDebugString
找到约 360 项符合「OutputDebugString」的源代码
代码结果 360
www.eeworm.com/read/490329/1201372
c dbmon.c
/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
dbmon.c
Abstract:
A simple program to print strings passed to OutputDebugString when
the app printing the string
www.eeworm.com/read/270728/4236224
h debug.h
////////////////////////////////////////////
// Debug.h文件
// 调试支持
#ifndef __DEBUG_H__
#define __DEBUG_H__
#ifdef _DEBUG
#define ODS(szOut) \
{ \
OutputDebugString(s
www.eeworm.com/read/216802/4887839
c d3d8.c
#include
#include "d3d8.h"
HRESULT DLLAPI ValidatePixelShader(void)
{
OutputDebugString("ValidateVertexShader not implemented.");
return 0;
}
HRESULT DLLAPI ValidateVert
www.eeworm.com/read/205824/5023386
c d3d8.c
#include
#include "d3d8.h"
HRESULT DLLAPI ValidatePixelShader(void)
{
OutputDebugString("ValidateVertexShader not implemented.");
return 0;
}
HRESULT DLLAPI ValidateVert
www.eeworm.com/read/200914/5063766
h classdeb.h
#ifndef CLASSDEB_DEF
#define CLASSDEB_DEF
#ifdef NODEBUG
#define ClassDebug(s)
#else
#ifdef NOCLASSDEBUG
#define ClassDebug(s)
#else
//#define ClassDebug(s) OutputDebugString(s)
#define Cla
www.eeworm.com/read/216802/4887885
c d3d9.c
#include
#include "d3d9.h"
HRESULT DLLAPI Direct3DShaderValidatorCreate9(void)
{
OutputDebugString("Direct3DShaderValidatorCreate9 not implemented.");
return 0;
}
HRESUL
www.eeworm.com/read/205824/5023429
c d3d9.c
#include
#include "d3d9.h"
HRESULT DLLAPI Direct3DShaderValidatorCreate9(void)
{
OutputDebugString("Direct3DShaderValidatorCreate9 not implemented.");
return 0;
}
HRESUL
www.eeworm.com/read/186523/6344102
cpp avi.cpp
#include "avi.h"
#if 0
#ifdef _WIN32
#include
static void debug_outs (char *szMsg, ...)
{
char szBuf[256];
wvsprintf (szBuf, szMsg, (LPSTR)(&szMsg + 1));
OutputDebugString (szBuf);
}
#
www.eeworm.com/read/305290/3774788
svn-base spdebug.cpp.svn-base
/*
Cross Platform Core Code.
Copyright(R) 2001-2002 Balang Software.
All rights reserved.
Using:
SP_OutputDebugString( LPCSTR );
SP_MessageBox( UINT, LPCSTR, LPCSTR, UINT );
SP_Tr
www.eeworm.com/read/142912/12908478
txt 剪切分析实验分析文件.txt
剪切示例分析:
[以下信息均由DBGView输出截获,用OutputDebugString(str)输出].
最先创建的窗体句柄为1, 对话框A句柄为2, 其客户区句柄为3, 如果有按钮,其句柄为4.
如果在建建一个对话杠A.(10, 10, 180, 220)
一.有对话框存时调用GUI_Clear时的剪切分析.
GUI_ExecDialogBox(_aD