代码搜索:CString
找到约 10,000 项符合「CString」的源代码
代码结果 10,000
www.eeworm.com/read/100012/15889852
h handlemanager.h
typedef CList HandleList;
class HandleManager {
public:
HandleManager() { current_handle = NULL; }
POSITION GetHeadPosition() { return hList.GetHeadPosition(); }
CHandl
www.eeworm.com/read/100012/15889863
cpp deviceiocontrolevent.cpp
#include "stdafx.h"
#include "IOExplorer.h"
#include "DataArray.h"
#include "TraceEvent.h"
#include "ioctl.h"
#include "DeviceIoControlEvent.h"
/**************************************
www.eeworm.com/read/100012/15889875
cpp readfileevent.cpp
#include "stdafx.h"
#include "IOExplorer.h"
#include "DataArray.h"
#include "TraceEvent.h"
#include "ReadFileEvent.h"
/*********************************************************************
www.eeworm.com/read/100012/15889878
h handle.h
class CHandle {
public:
CHandle(HANDLE H, CString & NAME, CString & CREATOR, TraceEvent * EVENT)
{ h = H;
Name = NAME;
Creator = CREATOR;
Event = EVENT;
seq = count+
www.eeworm.com/read/100012/15889897
cpp writefileevent.cpp
#include "stdafx.h"
#include "IOExplorer.h"
#include "DataArray.h"
#include "TraceEvent.h"
#include "WriteFileEvent.h"
/********************************************************************
www.eeworm.com/read/100012/15889907
cpp createnamedpipeevent.cpp
#include "stdafx.h"
#include "idcombo.h"
#include "IOExplorer.h"
#include "TraceEvent.h"
#include "CreateNamedPipeEvent.h"
#include "orstring.h"
#include "strings.h"
/*******************
www.eeworm.com/read/100012/15889909
h ioctl.h
class IOCTL {
public:
IOCTL() { code = 0; valid = FALSE; }
IOCTL(CString nm, DWORD cd) { name = nm; code = cd; valid = TRUE; }
IOCTL(IOCTL * ioctl) {name = ioctl->name; code = ioctl->code;
www.eeworm.com/read/100012/15889917
h createfileevent.h
class CreateFileEvent : public TraceEvent {
public:
CString FileName;
DWORD DesiredAccess;
DWORD ShareMode;
BOOL inherit;
DWORD CreationDistribution;
DWORD FlagsAndAttributes;
www.eeworm.com/read/100012/15889931
cpp numericedit.cpp
// NumericEdit.cpp : implementation file
//
#include "stdafx.h"
#include "stdlib.h"
#include "NumericEdit.h"
#ifdef _DEBUG
#define new DEBUG_NEW
#undef THIS_FILE
static char THIS_FILE[] =
www.eeworm.com/read/100012/15889932
cpp setnameevent.cpp
#include "stdafx.h"
#include
#include "IoExplorer.h"
#include "DataArray.h"
#include "TraceEvent.h"
#include "handle.h"
#include "HandleManager.h"
#include "setNameEv