winclock.h

来自「AMLOGIC DPF source code」· C头文件 代码 · 共 20 行

H
20
字号
/*****************************************************************
**                                                             	**
**  Copyright (C) 2004 Amlogic,Inc.                            	**
**  All rights reserved                                        	**
**        Filename : WinClock.h /Project:AVOS		       **
**        Revision : 1.0                                       	**
**                                                             	**
*****************************************************************/
#ifndef __WINCLOCK_
#define __WINCLOCK_
#include "includes.h"
#include "aw_windows.h"
#include "user.h"

HWND* CreateMenuWinClock(void);
void WinResetWinClockControlsPos(HWND *pControl, INT8U CurOsdSize);
void WinResetWinClockPos(HWND *pControl, INT8U CurOsdSize);

#endif

⌨️ 快捷键说明

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