vrex.hrh

来自「S60官方视屏播放器程序」· HRH 代码 · 共 34 行

HRH
34
字号
/*
* ============================================================================
*  Name     : VRex resource header file vrecexample.hrh
*  Part of  : Video Recording Example (VRex)
*  Created  : 16.03.2004 by Nokia Forum
*  Description:
*     This file contains declarations for constants of VRex.
*     The file can be included in C++ or resource file.
*     Initial content was generated by Series 60 AppWizard.
*  Version  :
*  Copyright: Nokia Corporation
* ============================================================================
*/

#ifndef __VRECEXAMPLE_HRH__
#define __VRECEXAMPLE_HRH__

enum TVRexCommandIds
    {
    EVRexCmdAppPlay = 0x76,
    EVRexCmdAppStop,
    EVRexCmdAppPause,
    EVRexCmdAppContinue,
    EVRexCmdAppReturn,
    EVRexCmdAppDocFileInfo,
    EVRexCmdAppDocPlay,
    EVRexCmdAppRecord,
    EVRexCmdAppStartPreview,    
    EVRexCmdAppStopPreview
    };


#endif      // VRECEXAMPLE_HRH

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?