persist.h
来自「最近在学习directshow, Directshow实务精选的源代码」· C头文件 代码 · 共 23 行
H
23 行
//------------------------------------------------------------------------------
// 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 + =
减小字号Ctrl + -
显示快捷键?