15 lines
263 B
C
15 lines
263 B
C
#pragma once
|
|
|
|
#include <windows.h>
|
|
|
|
#include "amcus/config.h"
|
|
#include "amcus/iauth.h"
|
|
|
|
HRESULT amcus_hook_init(struct amcus_config *cfg);
|
|
|
|
DEFINE_GUID(
|
|
amcus_rclsid,
|
|
0x4603BB03,
|
|
0x058D,
|
|
0x43D9,
|
|
0xB9, 0x6F, 0x63, 0x9B, 0xE9, 0x08, 0xC1, 0xED); |