2.2.3.7 NSI_BINDING_T
The NSI_BINDING_T type defines an association of a binding with a server entry.
-
typedef struct _NSI_BINDING_T { NSI_STRING_BINDING_T string; unsigned long entry_name_syntax; STRING_T entry_name; } NSI_BINDING_T;
string: A Unicode [UNICODE] string that contains a string binding. For more information, see section "String Bindings" in [C706] Part 2.
entry_name_syntax: An unsigned 32-bit integer specifying the syntax of the entry_name field. This value MUST be RPC_C_NS_SYNTAX_DCE.
entry_name: A Unicode [UNICODE] string specifying the entry name of the name service entry, using the syntax identified by the entry_name_syntax parameter as specified in section 2.2.2.