⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 globals.cpp

📁 windows的snmp api源码
💻 CPP
字号:

#include "stdafx.h"
#include "trapreg.h"
#include "lcsource.h"
#include "lcevents.h"

CTrapReg g_reg;

// The default value for the comma separator is a comma.  This is replaced by the
// thousands separator generated by GetNumberFormat.
TCHAR g_chThousandSep = _T(','); 

// An array of boolean value to indicate whether the columns of the source and events list controls
// should be sorted in ascending or descending order.
BOOL g_abLcSourceSortAscending[ICOL_LcSource_MAX] = {TRUE, TRUE, TRUE, TRUE};        
BOOL g_abLcEventsSortAscending[ICOL_LcEvents_MAX] = {TRUE, TRUE, TRUE, TRUE, TRUE, TRUE, TRUE};


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -