[This is preliminary documentation and subject to change.]
Initializes data in the COM binding object.
HRESULT InitBinding(
DWORD dwEndpointFlags, //Attributes of server port
DWORD dwNICFlags, //Attributes of binding to NICs
DWORD mbzReserved1, //Reserved for future use
DWORD mbzReserved2, //Reserved for future use
LPOLESTR pszBinding //RPC string binding
);
This method supports the standard return values E_FAIL, E_OUTOFMEMORY, and E_UNEXPECTED, as well as the following:
Windows NT: Use version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in objidl.h.