📄 dvdsynth-filter.h
字号:
/* This header file is in the public domain. */
#ifndef __DVDSYNTH_FILTER_H
#define __DVDSYNTH_FILTER_H
#include "dvdsynth-device.h"
#define DVDSYNTH_FILTER_ONLY_ONE 1
#define DVDSYNTH_FILTER_ALL_DEVICE_CLASSES 2
struct DvsFilterGlobal {
struct DvsFilterGlobal* next;
const char* visible_name;
unsigned flags;
struct DvsDeviceUser*(__cdecl *HookDevice) (struct DvsDeviceKernel** pkernel, struct DvsDockingBay* bay);
void (__cdecl *AddAboutMenuItems) (struct DvsMenu* menu);
};
/* struct DvsFilterGlobal* __cdecl DvdsynthFilterPluginEntry(struct DvsDockingBayGlobal*); */
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -