I'm working at User Access Logging APIhttp://msdn.microsoft.com/en-us/library/windows/desktop/hh437524(v=vs.85).aspx for Windows8. It need C++ style coding. How can I solve it?
On Jul 15, 2013, at 1:00 AM, 中川祥 wrote:
I'm working at User Access Logging API for Windows8. It need C++ style coding. How can I solve it?
Those aren't C++ classes. Those are MOF classes. They're used with WMI. I'm sure you've seen how we implement WMI (cf. dlls/wbemprox). They do not need to be written in C++.
Chip