WiFi Framework C++ Edition

◆ GetNetwork()

int GetNetwork ( const GUID &  NetworkId,
CwclNlmNetwork *&  Network 
) const

The method retrieves a network based on a supplied network ID.

Parameters
NetworkIdGUID that specifies the network ID.
NetworkIf the method succeeded on output contains the CwclNlmNetwork object that represents the network. An application is responsible to dispose the returned object.
Returns
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
See also
CwclNlmNetwork