xpath.h
来自「一款用与WINCE.0下播放MP3的播放软件,可以播放多中音频文件」· C头文件 代码 · 共 23 行
H
23 行
//////////////////////////////////////////////////////////////////////
// Implemented by Samuel Gonzalo
//
// You may freely use or modify this code
//////////////////////////////////////////////////////////////////////
//
// Path.h: interface for the CXPath class.
//
//////////////////////////////////////////////////////////////////////
#if !defined(__PATH_H__)
#define __PATH_H__
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
//////////////////////////////////////////////////////////////////////////
CString UXPGetModulePath();
BOOL XTFuncPathExists(LPCTSTR lpszFileName);
#endif // !defined(__PATH_H__)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?