Home > ソフトウェア > Nelumbo > Nelumbo172.zip > Src > Settings.h
//Settings.h /*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*# Nelumbo Ver.1.72 Coded by x@rgs This code is released under NYSL Version 0.9982 See NYSL_withfaq.TXT for further details. Nelumboはクリックひとつでパスワード「*****」を表示&コピーするソフトウェアです。 #*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*#*/ #ifndef SETTINGS_H #define SETTINGS_H extern HINSTANCE g_hInstance;//インスタンスハンドル #define ID_HOTKEY 10002 #define WM_CLOSETAB (WM_APP+1) #ifdef __cplusplus extern "C"{ #endif //ホットキー登録 void RegistHotKey(HWND hWnd); //ホットキー登録解除 void UnregistHotKey(HWND hWnd); //設定ウインドウを表示する void ShowSettingsDialog(HWND hWnd,int iStartTab); #ifdef __cplusplus } #endif #endif //SETTINGS_H
Home > ソフトウェア > Nelumbo > Nelumbo172.zip > Src > Settings.h