代码搜索:ZeroMemory
找到约 227 项符合「ZeroMemory」的源代码
代码结果 227
www.eeworm.com/read/447482/1702453
cpp c3_sprite.cpp
#include "..\include\c3_sprite.h"
#include "..\include\c3_main.h"
C3_CORE_DLL_API
void Sprite_Clear ( C3Sprite *lpSprite )
{
for ( int v = 0; v < 4; v++ )
{
ZeroMemory ( &lpSprite->vertex
www.eeworm.com/read/332467/3398325
cpp c3_omni.cpp
#include "..\include\c3_omni.h"
#include "..\include\c3_main.h"
C3_CORE_DLL_API
void Omni_Clear ( C3Omni *lpOmni )
{
lpOmni->lpName = 0;
ZeroMemory ( &lpOmni->pos, sizeof ( D3DXVECTOR3 ) );
www.eeworm.com/read/447482/1702467
cpp c3_omni.cpp
#include "..\include\c3_omni.h"
#include "..\include\c3_main.h"
C3_CORE_DLL_API
void Omni_Clear ( C3Omni *lpOmni )
{
lpOmni->lpName = 0;
ZeroMemory ( &lpOmni->pos, sizeof ( D3DXVECTOR3 ) );
www.eeworm.com/read/337400/12371501
cpp game_light.cpp
#include "..\Include\Game_Light.h"
Game_PointLight::Game_PointLight(){
ZeroMemory(&d3dLight,sizeof(D3DLIGHT9));
d3dLight.Type = D3DLIGHT_POINT;//D3DLIGHT_POINT,D3DLIGHT_SPOT
d3dLight.Range =
www.eeworm.com/read/101790/15808604
htm subject_54469.htm
序号:54469 发表者:胡立全 发表日期:2003-09-28 12:59:43
主题:::ZeroMemory(szData,256);是什么用法!在线等!谢谢!
内容:如题!
返回上页
www.eeworm.com/read/102552/15778748
htm subject_41029.htm
序号:41029 发表者:alan_sun 发表日期:2003-05-23 13:12:58
主题:请赐教,directdraw 如何显示yuv数据?
内容: 我的程序 初始化: ZeroMemory(&ddsd, sizeof(ddsd));  
www.eeworm.com/read/101790/15814664
htm subject_41029.htm
序号:41029 发表者:alan_sun 发表日期:2003-05-23 13:12:58
主题:请赐教,directdraw 如何显示yuv数据?
内容: 我的程序 初始化: ZeroMemory(&ddsd, sizeof(ddsd));