NetConfigGet function (lmconfig.h)

The NetConfigGet 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 NetConfigGet(
  LPCWSTR server,
  LPCWSTR component,
  LPCWSTR parameter,
  LPBYTE  *bufptr
);

Parameters

server

TBD

component

TBD

parameter

TBD

bufptr

TBD

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header lmconfig.h