3.5.4.7 Accessing a Share
The CprepCreateNewSmbShares3 method connects to one or more shares, one for each IP address that can be used to identify the server on the network. Each of the shares MUST allow access by other servers that are being validated. A client will call this method on one server, for example, to get a list of IP address strings. The client will then pass the list of IP address strings to another server in the set of servers that is being validated using the CprepConnectToNewSmbShares3 method. The second server will use the IP address strings to connect via an implementation-specific mechanism to shares on the first server, in order to verify share access between the two servers.
IClusterStorage3::CprepCreateNewSmbShares3 SHOULD be called before IClusterStorage3::CprepConnectToNewSmbShares3.