remove_shortcut_arrow.path

PATH取得の共通処理

Members

Functions

get_program_path
bool get_program_path(.program_path_buffer buffer)

出力のためのicoファイルPATHを設定する。

get_system32_path
int get_system32_path(wchar[core.sys.windows.windef.MAX_PATH] program_path)

System32フォルダにあるsystem32の絶対パスを取得する。

Manifest constants

PATH_LIMIT
enum PATH_LIMIT;

REG_SZの最大長に制限する

windows_extra_path_prefix
enum windows_extra_path_prefix;

WindowsのPATHに付与する謎の拡張表現

windows_extra_path_prefix_str_length
enum windows_extra_path_prefix_str_length;

windows_extra_path_prefixの文字列としての長さ

Structs

program_path_buffer
struct program_path_buffer

出力するICOファイルの各種PATHを格納するためのバッファ

Meta