106 const CResult GetClassProperties(
const wchar_t* wmiClass, std::vector<std::map<std::wstring, std::wstring> >& rs,
const wchar_t* pSelection =
nullptr);
108 DeclareGetClassType();
111 const CResult RunWQL(
const wchar_t* query, std::vector<std::map<std::wstring, std::wstring> >& rs);
113 void* m_pWmiServices;
FLImaging의 최상위 기저 클래스
Definition FLBase.h:36
WMI 쿼리 언어 클래스
Definition WQL.h:29
bool IsConnected()
연결 상태를 얻음
const CResult Connect()
WMI 에 연결
const CResult Close()
WMI 의 연결을 닫음
const CResult GetClassProperties(const wchar_t *wmiClass, std::vector< std::map< std::wstring, std::wstring > > &rs, const wchar_t *pSelection=nullptr)
클래스의 속성을 얻음
FLImaging 모듈의 수행 결과 객체
Definition ResultsDef.h:1514