mirror of
https://github.com/ComodoSecurity/openedr/
synced 2026-06-06 15:24:33 +00:00
11 lines
159 B
C++
11 lines
159 B
C++
#pragma once
|
|
|
|
//
|
|
// ClassId declaration
|
|
//
|
|
namespace openEdr {
|
|
|
|
CMD_DECLARE_LIBRARY_CLSID(CLSID_ProcessMonitorController, 0xC0A1AD0B);
|
|
|
|
} // namespace openEdr
|