Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
The OBO_TOKEN_TYPE enumeration contains values that specify the type of entity requiring the installation of a network component. The values in this enumeration also specify whether a user can remove the network component.
Syntax
typedef enum tagOBO_TOKEN_TYPE {
OBO_USER = 1,
OBO_COMPONENT = 2,
OBO_SOFTWARE = 3
} OBO_TOKEN_TYPE;
Constants
OBO_USER
A network component is installed on behalf of the user. If a network component is installed as a convenience for the user, the user can remove the network component.OBO_COMPONENT
A network component is installed on behalf of another network component. If one network component is installed because a second network component depends on the first for proper operation, a user cannot remove the first component.OBO_SOFTWARE
A network component is installed on behalf of a software component that is not another network component. If a network component is installed because the software component depends on the network component for proper operation, a user cannot remove the network component.
Requirements
Header |
Netcfgx.h (include Netcfgx.h) |