const.cs
来自「自己做的一个浏览器~~大家请看看~如果合意给个彩头」· CS 代码 · 共 14 行
CS
14 行
using System;
using System.Collections.Generic;
using System.Text;
namespace APLib.Native
{
public class Win32
{
public const int MAX_PATH = 260;
public const int S_FALSE = 1;
public const int S_OK = 0;
}
}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?