• 博客园logo
  • 会员
  • 周边
  • 新闻
  • 博问
  • 闪存
  • 众包
  • 赞助商
  • Chat2DB
    • 搜索
      所有博客
    • 搜索
      当前博客
  • 写随笔 我的博客 短消息 简洁模式
    用户头像
    我的博客 我的园子 账号设置 会员中心 简洁模式 ... 退出登录
    注册 登录
 






chunyou128

 
 

Powered by 博客园
博客园 | 首页 | 新随笔 | 联系 | 订阅 订阅 | 管理

2022年3月8日

rpcss
摘要: _FX BOOLEAN Ipc_StartServer(const WCHAR *TruePath, BOOLEAN Async) { static const WCHAR *_format = L"%S (%d)"; static const WCHAR *_formatHex = L"%S (% 阅读全文
posted @ 2022-03-08 22:05 无名使者 阅读(102) 评论(0) 推荐(0)
 
GetShortPathName
摘要: #include <windows.h> #include <tchar.h> #include <stdio.h> #define BUFSIZE 4096 #define LONG_DIR_NAME TEXT("c:\\longdirectoryname") void _tmain(int ar 阅读全文
posted @ 2022-03-08 15:21 无名使者 阅读(173) 评论(0) 推荐(0)