dvdsynth-filter.h
来自「DVD工具dvdsynth的源码」· C头文件 代码 · 共 24 行
H
24 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?