NetServiceInstall function (lmsvc.h)

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

Syntax

NET_API_STATUS NET_API_FUNCTION NetServiceInstall(
  LPCWSTR    servername,
  LPCWSTR    service,
  DWORD      argc,
  LPCWSTR [] argv,
  LPBYTE     *bufptr
);

Parameters

servername

TBD

service

TBD

argc

TBD

argv

TBD

bufptr

TBD

Return value

None

Requirements

Requirement Value
Target Platform Windows
Header lmsvc.h