CNetAddressCtrl::GetAllowType
Retrieves the type of network address that the current network address control can support.
DWORD GetAllowType() const;
Return Value
A bitwise combination (OR) of flags that specifies the types of addresses the network address control can support. For more information, see NET_STRING.
Requirements
Header: afxcmn.h
This method is supported in Windows Vista and later.
Additional requirements for this method are described in Build Requirements for Windows Vista Common Controls.
Remarks
This message invokes the NetAddr_GetAllowType macro, which is described in the Windows SDK. That macro sends the NCM_GETALLOWTYPE message.