📄 persist.h
字号:
//------------------------------------------------------------------------------
// File: persist.h
//
// Desc: DirectShow sample code
// - State persistence helper functions used by VMR samples
//
// Copyright (c) 1994 - 2002 Microsoft Corporation. All rights reserved.
//------------------------------------------------------------------------------
/* -------------------------------------------------------------------------
** Recent filename constants
** -------------------------------------------------------------------------
*/
typedef TCHAR RECENTFILES[MAX_PATH];
#define MAX_RECENT_FILES 10
#define ID_RECENT_FILE_BASE 500
int GetRecentFiles(int LastCount, int iMenuPosition);
int SetRecentFiles(TCHAR *FileName, int iCount, int iMenuPosition);
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -