remove_shortcut_arrow.remove

Windowsのショートカットの矢印を消すためのやつ。

Members

Functions

WinMain
int WinMain(core.sys.windows.windef.HINSTANCE hInstance, core.sys.windows.windef.HINSTANCE hPrevInstance, core.sys.windows.winnt.LPSTR pCmdLine, int nCmdShow)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
exec_remove_windows_shortcut_arrow_command
bool exec_remove_windows_shortcut_arrow_command(core.sys.windows.winnt.LPCWSTR ico_path)

REGコマンドを利用して、レジストリにアイコンファイルを登録する。

reg_remove_windows_shortcut_arrow
bool reg_remove_windows_shortcut_arrow()

REGコマンドを利用して、ショートカットアイコンを削除する。

remove_windows_shortcut_arrow
bool remove_windows_shortcut_arrow()

ショートカットアイコンを削除する。

Meta