Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetName method returns the name of a network.
Syntax
HRESULT GetName(
[out] BSTR *pszNetworkName
);
Parameters
[out] pszNetworkName
Pointer to the name of the network.
Return value
Returns S_OK if the method succeeds. Otherwise, the method returns the following value.
Return code | Description |
---|---|
|
The pointer passed is NULL. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | netlistmgr.h |