home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 June / Chip_2002-06_cd1.bin / zkuste / cecko / install / devcpp4920.exe / include / lmconfig.h < prev    next >
Encoding:
C/C++ Source or Header  |  2001-09-14  |  497 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.     LPWSTR cfgi0_key;
  9.     LPWSTR cfgi0_data;
  10. } CONFIG_INFO_0,*PCONFIG_INFO_0,*LPCONFIG_INFO_0;
  11. NET_API_STATUS WINAPI NetConfigGet(LPCWSTR,LPCWSTR,LPCWSTR,PBYTE*);
  12. NET_API_STATUS WINAPI NetConfigGetAll(LPCWSTR,LPCWSTR,PBYTE*);
  13. NET_API_STATUS WINAPI NetConfigSet(LPCWSTR,LPCWSTR,LPCWSTR,DWORD,DWORD,PBYTE,DWORD);
  14. #ifdef __cplusplus
  15. }
  16. #endif
  17. #endif 
  18.