2019-05-15 00:03:25 +02:00
|
|
|
#pragma once
|
|
|
|
|
|
|
|
#include <windows.h>
|
|
|
|
|
2019-11-06 01:31:11 +01:00
|
|
|
#include <stdbool.h>
|
|
|
|
|
|
|
|
struct amvideo_config {
|
|
|
|
bool enable;
|
|
|
|
};
|
2019-05-18 05:10:09 +02:00
|
|
|
|
|
|
|
HRESULT amvideo_hook_init(const struct amvideo_config *cfg, HMODULE redir_mod);
|