mirror of
https://github.com/ComodoSecurity/openedr/
synced 2026-06-06 15:24:33 +00:00
11 lines
161 B
C++
11 lines
161 B
C++
#pragma once
|
|
|
|
//
|
|
// ClassId's declarations
|
|
//
|
|
namespace openEdr {
|
|
|
|
CMD_DECLARE_LIBRARY_CLSID(CLSID_SystemMonitorController, 0x5A601182);
|
|
|
|
} // namespace openEdr
|