⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 persist.h

📁 最近在学习directshow, Directshow实务精选的源代码
💻 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 + -