quicktime_support.hpp
来自「flash xmp sdk,flash官方SDK」· HPP 代码 · 共 28 行
HPP
28 行
#ifndef __QuickTime_Support_hpp__#define __QuickTime_Support_hpp__ 1// =================================================================================================// ADOBE SYSTEMS INCORPORATED// Copyright 2002-2007 Adobe Systems Incorporated// All Rights Reserved//// NOTICE: Adobe permits you to use, modify, and distribute this file in accordance with the terms// of the Adobe license agreement accompanying it.// =================================================================================================#include "XMP_Environment.h" // ! This must be the first include.namespace QuickTime_Support { extern bool sMainInitOK; bool MainInitialize(); // For the main thread. void MainTerminate(); bool ThreadInitialize(); // For background threads. void ThreadTerminate();} // namespace QuickTime_Support#endif // __QuickTime_Support_hpp__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?