|
Dieses Gerät hat auch andere Anweisungen:
Anleitung Zusammenfassung
OSF DCE Application Development Guide—Core Components
#define SA_ATTR_PRINTSTRING_P(S) \
(SA_ATTR_VALUE(S)).tagged_union.printstring
#define SA_ATTR_STR_ARRAY_P(S) \
(SA_ATTR_VALUE(S)).tagged_union.string_array
#define SA_ATTR_STR_ARRAY_NUM(S)
(SA_ATTR_STR_ARRAY_P(S))->num_strings
#define SA_ATTR_STR_ARRAY_ELT_P(S,I)
(SA_ATTR_STR_ARRAY_P(S))->strings[I]
#define SA_ATTR_BYTES_P(S) \
(SA_ATTR_VALUE(S)).tagged_union.bytes
#define SA_ATTR_BYTES_LEN(S)
(SA_ATTR_BYTES_P(S))->length
#define SA_ATTR_BYTES_DATA(S,I)
(SA_ATTR_BYTES_P(S))->data[I]
#define SA_ATTR_IDATA_P(S) \
(SA_ATTR_VALUE(S)).tagged_union.idata
#define SA_ATTR_IDATA_CODESET(S)
(SA_ATTR_IDATA_P(S))->codeset
#define SA_ATTR_IDATA_LEN(S)
(SA_ATTR_IDATA_P(S))->length
#define SA_ATTR_IDATA_DATA(S,I)
(SA_ATTR_IDATA_P(S))->data[I]
#define SA_ATTR_UUID(S) \
(SA_ATTR_VALUE(S)).tagged_union.uuid
#define SA_ATTR_SET_P(S) \
(SA_ATTR_VALUE(S)).tagged_union.attr_set
#define SA_ATTR_SET_NUM(S)
(SA_ATTR_SET_P(S))->num_members
#define SA_ATTR_SET_MEMBERS(S,I)
(SA_ATTR_SET_P(S))->members[I]
#define SA_ATTR_BND_INFO_P(S) \
(SA_ATTR_VALUE(S)).tagged_union.binding
#define SA_ATTR_BND_AUTH_INFO(S) \
(SA_BND_AUTH_INFO(SA_ATTR_BND_INFO_P(S)))
#define SA_ATTR_BND_AUTH_INFO_TYPE(S) \
(SA_BND_AUTH_INFO_TYPE(SA_ATTR_BND_INFO_P(S)))
#define SA_ATTR_BND_AUTH_DCE_INFO(S) \
(SA_BND_AUTH_DCE_INFO(SA_ATTR_BND_INFO_P(S)))
#define SA_ATTR_BND_AUTH_SVR_PNAME_P(S) \
28−30
Tandem Computers Incorporated
124245
...Dieses Handbuch ist für folgende Modelle:
PC Desktops - HP Integrity NonStop J-Series (1.2 mb)
PC Desktops - HP NonStop G-Series (1.2 mb)
PC Desktops - HP NonStop L-Series (1.2 mb)