2005年4月14日

const int BOOT_NORMAL= 0;
const int BOOT_SAFE = 1;
const int BOOT_SAFE_NET = 2;

// Get how the system started
int iRet = GetSystemMetrics(SM_CLEANBOOT)
switch(iRet)
{
	case BOOT_NORMAL:
		// Normal boot
		break;
	case BOOT_SAFE:
		// Fail-safe boot(SafeBoot, Safe Mode, Clean Boot)
		break;
	case BOOT_SAFE_NET:
		// Fail-safe with network boot
		break;
}

15:20 | 评论 (0)

哦。

原来是蚂蚁的二级域名出错啦,赶快去老大那里报告……

14:38 | 评论 (0)

似乎每次Post后Blog有段时间访问出错……

14:33 | 评论 (0)

14:28 | 评论 (0)

13:42 | 评论 (0)

Copyright twinsant.