home *** CD-ROM | disk | FTP | other *** search
/ PC World 2000 April / PCWorld_2000-04_cd.bin / Software / Servis / Devc / _SETUP.4 / Group3 / lmconfig.h < prev    next >
C/C++ Source or Header  |  1999-11-07  |  480b  |  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.