00001 #pragma once 00002 00003 namespace AppSecInc 00004 { 00005 namespace Service 00006 { 00008 struct ServiceStatusProcess 00009 { 00010 std::wstring name; 00011 std::wstring display_name; 00012 SERVICE_STATUS_PROCESS status_process; 00013 }; 00014 } 00015 }
© Application Security Inc. - All Rights Reserved | http://msiext.codeplex.com |