NetConfigSet function (lmconfig.h)

The NetConfigSet function is obsolete. It is included for compatibility with 16-bit versions of Windows. Other applications should use the registry.

Syntax

NET_API_STATUS NET_API_FUNCTION NetConfigSet(
  LPCWSTR server,
  LPCWSTR reserved1,
  LPCWSTR component,
  DWORD   level,
  DWORD   reserved2,
  LPBYTE  buf,
  DWORD   reserved3
);

Parameters

server

TBD

reserved1

TBD

component

TBD

level

TBD

reserved2

TBD

buf

TBD

reserved3

TBD

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header lmconfig.h