代码搜索:ZeroMemory
找到约 227 项符合「ZeroMemory」的源代码
代码结果 227
www.eeworm.com/read/139679/13141562
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/139679/13141634
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/263585/11354565
cpp stdafx.cpp
#include "stdafx.h"
CString OSVer()
{
OSVERSIONINFOEX os;
::ZeroMemory(&os,sizeof(os));
os.dwOSVersionInfoSize=sizeof(os);
::GetVersionEx(reinterpret_cast(&os));
if
www.eeworm.com/read/229223/14348490
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/227983/14404704
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/125625/14481696
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/225716/14522520
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/224461/14589581
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/116664/14959635
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo
www.eeworm.com/read/382791/2624679
cpp autofont.cpp
//CAutoFont class implementation
//Modified by jingzhou xu
#include "stdafx.h"
#include "AutoFont.h"
CAutoFont::CAutoFont()
{
ZeroMemory( &lf, sizeof( lf ) ); // fixed for uninitialized memo