remove_shortcut_arrow.command

コマンドに関連した処理

Members

Functions

Wow64DisableWow64FsRedirection
core.sys.windows.windef.BOOL Wow64DisableWow64FsRedirection(core.sys.windows.winnt.PVOID* )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
Wow64RevertWow64FsRedirection
core.sys.windows.windef.BOOL Wow64RevertWow64FsRedirection(core.sys.windows.winnt.PVOID )
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
copy_remove_windows_shortcut_arrow_command
bool copy_remove_windows_shortcut_arrow_command(wchar* command_buffer, size_t buffer_size, core.sys.windows.winnt.LPCWSTR ico_path)

実行マシン上で有効な、ショートカット矢印を削除するためのコマンドをバッファにコピーする。

copy_restore_windows_shortcut_arrow_command
bool copy_restore_windows_shortcut_arrow_command(wchar* command_buffer, size_t buffer_size)

実行マシン上で有効な、削除したショートカット矢印を元に戻すためのコマンドをバッファにコピーする。

exec_clear_icon_cache
bool exec_clear_icon_cache()

アイコンキャッシュをie4uinit.exeを利用してクリアする?

exec_system32_command
bool exec_system32_command(core.sys.windows.winnt.LPWSTR command_buffer, bool disable_redirection)
Undocumented in source.

Manifest constants

REG_ADD_COMMAND_BUFFER_LENGTH
enum REG_ADD_COMMAND_BUFFER_LENGTH;
Undocumented in source.
REG_DELETE_COMMAND
enum REG_DELETE_COMMAND;

レジストリから削除するコマンド

REG_DELETE_COMMAND_BUFFER_LENGTH
enum REG_DELETE_COMMAND_BUFFER_LENGTH;
Undocumented in source.
REG_PRE_ADD_COMMAND
enum REG_PRE_ADD_COMMAND;

PATHを除いたレジストリの追加コマンド。

Meta