Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

AtlGetDefaultUrlPort

 

Call this function to get the default port number associated with a particular Internet protocol or scheme.


      inline ATL_URL_PORT AtlGetDefaultUrlPort(
   ATL_URL_SCHEME m_nScheme 
) throw( );

m_nScheme

The ATL_URL_SCHEME value identifying the scheme for which you want to obtain the port number.

The ATL_URL_PORT associated with the specified scheme or ATL_URL_INVALID_PORT_NUMBER if the scheme is not recognized.

Requirements

Header: atlutil.h

Show: