2.2. Rough procedure
2.2. Rough procedure
a) Startup WinSock.
b) Create Base COM component, and query IBase interface.
c) Input license key code with IBase::SetLicenseKeyCode()
d) IBase::Open( ) with local and remote IP address.
e) Call HR-RPC services.
f) (optional) Create helper components and query their interfaces (IState or IMngFile).
g) (optional) Set IBase pointer into helper components; (SetProxyBase()
h) (optional) Call helper component’s member functions.
i) (optional) Release helper components.
j) IBase::Close( );
k) Release Base COM component.
l) Cleanup WinSock.