[PR]

水無瀬の部屋 > Programming > sample > tools > old > toolold.h
最終更新日: 2007/03/01

   1: //*********************************************************
   2: // プロジェクト: TOOLS
   3: //  ファイル名: toolold.h
   4: //*********************************************************
   5: #ifndef TOOLOLD_HEAD_INCLUDED // 多重インクルードの防止
   6: #define TOOLOLD_HEAD_INCLUDED
   7: 
   8: 
   9: //*********************************************************
  10: // コンパイル環境の指定
  11: //*********************************************************
  12: #ifndef PRIVATE_TOOLS_HEAD_INCLUDED // 冗長ガード
  13: #include <header/_tools.h>
  14: #ifndef PRIVATE_TOOLS_HEAD_INCLUDED // ガード名の検査
  15: #error "? PRIVATE_TOOLS_HEAD_INCLUDED"
  16: #endif // #ifndef PRIVATE_TOOLS_HEAD_INCLUDED
  17: #endif // #ifndef PRIVATE_TOOLS_HEAD_INCLUDED
  18: 
  19: 
  20: //*********************************************************
  21: // 使用上の注意
  22: //*********************************************************
  23: #pragma memo( "toolold - これらのコードは削除される可能性があります" )
  24: 
  25: 
  26: //*********************************************************
  27: // マクロ の 定義
  28: //*********************************************************
  29: //
  30: #define VK_PAGEUP   ( VK_PRIOR )
  31: #define VK_PAGEDOWN ( VK_NEXT  )
  32: 
  33: //
  34: #define IsAttributeDirectory(attr) (FILE_ATTRIBUTE_DIRECTORY == ((attr) & FILE_ATTRIBUTE_DIRECTORY))
  35: 
  36: 
  37: //*********************************************************
  38: // 関数 の 宣言
  39: //*********************************************************
  40: #ifdef __cplusplus
  41: extern "C" {
  42: #endif
  43: 
  44: 
  45: // toolold.cpp
  46: 
  47: // a
  48: // b
  49: // c
  50: // d
  51: // e
  52: // f
  53: // g
  54: // h
  55: // i
  56: // j
  57: // k
  58: // l
  59: // m
  60: // n
  61: // o
  62: // p
  63: // q
  64: void   Quit( void );
  65: 
  66: // r
  67: int    Random( int gMin, int gMax, unsigned int gSeed );
  68: ATOM   RegisterWindowClass( HINSTANCE hInstance, const char *ClassName, WNDPROC WndProc, UINT uStyle, const char *MenuName, int nBrush );
  69: 
  70: // s
  71: bool   SearchFile( const char *path, const char *extension );
  72: 
  73: // t
  74: // u
  75: // v
  76: // w
  77: // x
  78: // y
  79: // z
  80: 
  81: 
  82: #ifdef __cplusplus
  83: } // extern "C"
  84: #endif
  85: 
  86: 
  87: #endif // #ifndef TOOLOLD_HEAD_INCLUDED
  88: 
  89: 
  90: //** end **
  91: 

参照: toolold.cpp


Google
ご意見・ご感想をお聞かせ下さい。匿名で送信できます。

 * 返信が必要な場合には postmaster@katsura-kotonoha.sakura.ne.jp へ直接メールしてください。

水無瀬の部屋 > sample > tools > old > toolold.h

このページは cpp2web が出力しました。
水無瀬 優 postmaster@katsura-kotonoha.sakura.ne.jp
http://katsura-kotonoha.sakura.ne.jp/prog/code/tools/old/toolold_h.shtml
『新妻LOVELY×CATION』を応援しています!