SOL9 Sample: PerformanceObject |
/* * PerformanceObject.cpp * Copyright (c) 2015 Antillia.com TOSHIYUKI ARAI. ALL RIGHTS RESERVED. */ // SOL9 // 2009/09/25 #include <sol/pdh/PerformanceObject.h> void _tmain(int argc, TCHAR** argv) { try { PerformanceObject perfObject; perfObject.display(); } catch (int error) { printf("Exception :%d\n", error); } }