|
| БЕСПЛАТНАЯ ежедневная online лотерея! Выигрывай каждый день БЕСПЛАТНО! |
|
|
SERVICE_TYPE_INFO_ABS
The SERVICE_TYPE_INFO_ABS structure contains information about a network service type. You use a SERVICE_TYPE_INFO_ABS 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
Points to a zero-terminated string that is the name of the network service type. This name is the same in all name spaces, and is used by the GetTypeByName and GetNameByType functions.
dwValueCount
Specifies the number of SERVICE_TYPE_VALUE_ABS structures in the Values member array that follows dwValueCount.
Values[1]
An 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.
Remarks
When you use the SetService function to add a network service type to a name space, the SERVICE_TYPE_INFO_ABS structure is passed as the ServiceSpecificInfo BLOB member of a SERVICE_INFO structure. Although the ServiceSpecificInfo member generally should not contain pointers, an exception is made in the case of the SERVICE_TYPE_INFO_ABS and SERVICE_TYPE_VALUE_ABS structures.
See Also
SetService, SERVICE_INFO, SERVICE_TYPE_VALUE_ABS
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
| Пригласи друзей и счет твоего мобильника всегда будет положительным! |
SERVICE_TYPE_INFO_ABS
Структура SERVICE_TYPE_INFO_ABS содержит информацию о сетевом типе услуги. Вы используете структуру SERVICE_TYPE_INFO_ABS, чтобы добавлять сетевой тип услуги к пространству имени.
typedef struct _SERVICE_TYPE_INFO_ABS { LPTSTR lpTypeName; DWORD dwValueCount; Величины SERVICE_TYPE_VALUE_ABS[1]; } SERVICE_TYPE_INFO_ABS
Участники
lpTypeName
Точки на расторгнутую нулевую строку, что - имя сетевого типа услуги. Это зовут тот же во всех пробелах имени и использован GetTypeByName и функциями GetNameByType.
dwValueCount
Определяет число структур SERVICE_TYPE_VALUE_ABS в массиве элемента Величин за которыми следуют dwValueCount.
Величины[1]
Массив структур SERVICE_TYPE_VALUE_ABS.
Каждая из этих структур содержит информацию о величине типа услуги, что операционная система или сетевая услуга возможно нужно когда пример этого сетевого типа услуги зарегистрирован пространством имени. Информация в этих структурах может быть характерной для имени-пространства. Например, если сетевая услуга использует пространство имени СОКА, но нет имеет GUID, что содержит идентификатор СОКА (SAPID), это определяет SAPID в структуре SERVICE_TYPE_VALUE_ABS.
Замечания
Когда Вы используете функцию SetService, чтобы добавлять сетевой тип услуги к пространству имени, структура SERVICE_TYPE_INFO_ABS пройдена как элемент КАПЛИ ServiceSpecificInfo структуры SERVICE_INFO. Хотя элемент ServiceSpecificInfo обычно не должен содержать указатели, исключение сделано в случае SERVICE_TYPE_INFO_ABS и структур SERVICE_TYPE_VALUE_ABS.
Смотри Также
SetService, SERVICE_INFO, SERVICE_TYPE_VALUE_ABS
|
|
|
|
| |