Düzenle

Aracılığıyla paylaş


PartyNetwork::GetNetworkConfiguration

Gets the network configuration which was set when creating the network.

Syntax

PartyError GetNetworkConfiguration(  
    const PartyNetworkConfiguration** networkConfiguration  
)  

Parameters

networkConfiguration   PartyNetworkConfiguration**
library-allocated output

The output network configuration.

Return value

PartyError

c_partyErrorSuccess if the call succeeded or an error code otherwise. The human-readable form of the error code can be retrieved via PartyManager::GetErrorMessage().

Remarks

This method returns an error until PartyManager::StartProcessingStateChanges() provides a PartyNetworkConfigurationMadeAvailableStateChange.

Requirements

Header: Party.h

See also

PartyNetwork
PartyNetworkConfigurationMadeAvailableStateChange