Ai
1 Star 0 Fork 0

yoyojacky/CSMoE

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
IHTMLChromeController.h 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
#ifndef IHTMLCHROMECONTROLLER_H
#define IHTMLCHROMECONTROLLER_H
#include <interface.h>
class IHTMLResponses;
class IHTMLChromeController : public IBaseInterface {
public:
virtual bool Init(const char *, const char *) = 0;
virtual void Shutdown() = 0;
virtual bool RunFrame() = 0;
virtual void SetWebCookie(const char *, const char *, const char *, const char *, int) = 0;
virtual void GetWebCookiesForURL(class CUtlString *, const char *, const char *) = 0;
virtual void SetClientBuildID(uint64_t) = 0;
virtual bool BHasPendingMessages() = 0;
virtual void CreateBrowser(class IHTMLResponses *, bool, const char *) = 0;
virtual void RemoveBrowser(class IHTMLResponses *) = 0;
virtual void WakeThread() = 0;
virtual class HTMLCommandBuffer_t * GetFreeCommandBuffer(enum EHTMLCommands, int) = 0;
virtual void PushCommand(class HTMLCommandBuffer_t *) = 0;
virtual void SetCefThreadTargetFrameRate(uint32_t) = 0;
virtual class IHTMLSerializer * CreateSerializer(class IHTMLResponses_HL1 *) = 0;
};
#define HTML_CHROME_CONTROLLER_INTERFACE_VERSION "ChromeHTML_Controller_001"
#endif // IHTMLCHROMECONTROLLER_H
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yoyojacky/CSMoE.git
git@gitee.com:yoyojacky/CSMoE.git
yoyojacky
CSMoE
CSMoE
master

搜索帮助