代码搜索:ZeroMemory
找到约 227 项符合「ZeroMemory」的源代码
代码结果 227
www.eeworm.com/read/102579/15770213
cpp wh3dinit.cpp
#include "StdAfx.h"
C3DInit::C3DInit()
{
CWHDXGraphicWindow* pxDXGWnd = GetDXGWindowPtr();
assert(pxDXGWnd);
m_pd3dDevice = pxDXGWnd->Get3DDevice();
ZeroMemory(&m_matWorld, sizeof(D3DM
www.eeworm.com/read/102250/15787940
cpp wh3dinit.cpp
#include "StdAfx.h"
C3DInit::C3DInit()
{
CWHDXGraphicWindow* pxDXGWnd = GetDXGWindowPtr();
assert(pxDXGWnd);
m_pd3dDevice = pxDXGWnd->Get3DDevice();
ZeroMemory(&m_matWorld, sizeof(D3DM
www.eeworm.com/read/453468/7419350
cpp gmcmdstring.cpp
#include "StdAfx.h"
#include ".\gmcmdstring.h"
#include
GMCmdString::GMCmdString(void)
{
ZeroMemory( m_szEntrance, MAX_GMCMD_STRING ); //涝厘
ZeroMemory( m_szSpeed, MAX_GMCMD_STRING
www.eeworm.com/read/453468/7419639
cpp gmcmdstring.cpp
#include "stdAfx.h"
#include ".\gmcmdstring.h"
#include
GMCmdString::GMCmdString(void)
{
ZeroMemory( m_szWorldNotice, MAX_GMCMD_STRING );
ZeroMemory( m_szChannelNotice, MAX_GMCMD_STRI
www.eeworm.com/read/163229/10169348
cpp tile.cpp
// Tile.cpp: implementation of the CTile class.
//
//////////////////////////////////////////////////////////////////////
#include "Tile.h"
////////////////////////////////////////////////////
www.eeworm.com/read/252683/12268009
cpp serial.cpp
#include "Serial.h"
#include
#include
Serial::Serial()
{
hComm=INVALID_HANDLE_VALUE;
::ZeroMemory(&ovRead,sizeof(ovRead));
::ZeroMemory(&ovWrite,sizeof(ovWrite));
www.eeworm.com/read/145187/7154755
cpp devclientsocket.cpp
// DevClientSocket.cpp: implementation of the CDevClientSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "VSMSCNEW.h"
#includ
www.eeworm.com/read/322701/13370935
cpp devclientsocket.cpp
// DevClientSocket.cpp: implementation of the CDevClientSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "VSMSCNEW.h"
#includ
www.eeworm.com/read/211576/15177308
cpp devclientsocket.cpp
// DevClientSocket.cpp: implementation of the CDevClientSocket class.
//
//////////////////////////////////////////////////////////////////////
#include "stdafx.h"
#include "VSMSCNEW.h"
#includ
www.eeworm.com/read/308019/13711115
cpp netclient.cpp
#include ".\netclient.h"
CNetClient::CNetClient(void)
{
InitializeCriticalSection(&m_cs);
ZeroMemory( m_RecvBuf, MAX_BUFFER_SIZE );
ZeroMemory( m_SendBuf, MAX_BUFFER_SIZE );
m_bReqPacket =