SERVICE_INFO_0

The SERVICE_INFO_0 structure contains the name of a network service.

typedef struct _SERVICE_INFO_0 {
    LPWSTR  svci0_name;
} SERVICE_INFO_0, *PSERVICE_INFO_0, * LPSERVICE_INFO_0;
 

Members

svci0_name
A Unicode string containing the name of the network service to monitor.

QuickInfo

  Windows NT: Requires version 3.1 or later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in lmsvc.h.

See Also

Networking (Net) Overview, Net Structures, NetServiceEnum, NetServiceGetInfo