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

📄 getservicename.h

📁 用于查看文件被谁加锁了
💻 H
字号:
/*=========================================================================== 
    (c) Copyright 1999, Emmanuel KARTMANN, all rights reserved                 
  =========================================================================== 
    File           : GetServiceName.h
    $Header: $
    Author         : Emmanuel KARTMANN
    Creation       : Friday 9/24/99 4:53:29 PM
    Remake         : 
  ------------------------------- Description ------------------------------- 

           Declaration of the GetServiceName function

  ------------------------------ Modifications ------------------------------ 
    $Log: $  
  =========================================================================== 
*/


#ifndef GET_SERVICE_NAME_H
#define GET_SERVICE_NAME_H

#include <afxwin.h>
#include <stdlib.h>

CString GetServiceName(LPCTSTR lpszExecutablePath);

#endif // GET_SERVICE_NAME_H

⌨️ 快捷键说明

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