[This is preliminary documentation and subject to change.]
Initializes data in the COM binding object.
HRESULT InitBinding(
DWORDdwEndpointFlags, //Attributes of server port
DWORDdwNICFlags, //Attributes of binding to NICs
DWORDmbzReserved1, //Reserved for future use
DWORDmbzReserved2, //Reserved for future use
LPOLESTRpszBinding //RPC string binding
);
Parameters
dwEndpointFlags
[in] Flags that determine the attributes of the port or ports where the server receives remote procedure calls. For a list of valid flags, see the documentation for the EndpointFlags member of the RPC_POLICY structure.
dwNICFlags
[in] Flags that control binding to network interface cards (NICs). For a list of valid flags, see the documentation for the NICFlags member of the RPC_POLICY structure.