home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 January / VPR0101A.BIN / OLS / TAR32053 / tar32053.exe / SRC / DLGCONF.H < prev    next >
C/C++ Source or Header  |  1999-05-23  |  176b  |  9 lines

  1. /* dlgconf.h */
  2. /* 設定ダイアログ関係 */
  3. #include <windows.h>
  4. int load_registry_info(void);
  5. int config_dialog(const HWND hwnd, LPSTR lpszComBuffer,const int iMode);
  6.  
  7.  
  8.  
  9.