home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 August / Chip_2000-08_cd1.bin / sharewar / dvcpp / _SETUP.5 / Group3 / lmconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  1999-03-08  |  489 b   |  18 lines

  1. #ifndef _LMCONFIG_H
  2. #define _LMCONFIG_H
  3. #ifdef __cplusplus
  4. extern "C" {
  5. #endif
  6. #define REVISED_CONFIG_APIS
  7. typedef struct _CONFIG_INFO_0 {
  8.     LPTSTR cfgi0_key;
  9.     LPTSTR cfgi0_data;
  10. } CONFIG_INFO_0,*PCONFIG_INFO_0,*LPCONFIG_INFO_0;
  11. NET_API_STATUS WINAPI NetConfigGet(LPTSTR,LPTSTR,LPTSTR,PBYTE*);
  12. NET_API_STATUS WINAPI NetConfigGetAll(LPTSTR,LPTSTR,PBYTE*);
  13. NET_API_STATUS WINAPI NetConfigSet(LPTSTR,LPTSTR,LPTSTR,DWORD,DWORD,PBYTE,DWORD);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif 
  18.