Share via


SERVICE_TYPE_INFO_ABS (Windows CE 5.0)

Send Feedback

This structure contains information about a network service type. Use this structure to add a network service type to a name space.

typedef struct _SERVICE_TYPE_INFO_ABS { LPTSTR lpTypeName; DWORD dwValueCount; SERVICE_TYPE_VALUE_ABS Values[1]; } SERVICE_TYPE_INFO_ABS;

Members

  • lpTypeName
    Pointer to a zero-terminated string that is the name of the network service type.

  • dwValueCount
    Number of SERVICE_TYPE_VALUE_ABS structures in the Values member array that follows dwValueCount.

  • Values
    Array of SERVICE_TYPE_VALUE_ABS structures.

    Each of these structures contains information about a service type value that the operating system or network service may need when an instance of this network service type is registered with a name space.

    The information in these structures may be specific to a name-space. For example, if a network service uses the SAP name space, but does not have a GUID that contains the SAP identifier (SAPID), it defines the SAPID in a SERVICE_TYPE_VALUE_ABS structure.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Winsock2.h.

See Also

SERVICE_INFO | SERVICE_TYPE_VALUE_ABS

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.