Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Retrieves the network address types that a specified network address control accepts.
Syntax
DWORD NetAddr_GetAllowType(
[in] HWND hwnd
);
Parameters
[in] hwnd
A handle to the network address control.
Return value
Type: DWORD
Returns the allowed network address types as one or more of the NET_STRING constants.
Remarks
The returned mask is the criterion used to validate a network address in the macro NetAddr_GetAddress.
Use this macro for a network address control only. To instantiate, use the class msctls_netaddress defined in Shellapi.h. Call InitNetworkAddressControl at run time before calling this macro. This initializes the common controls library that contains the network address control.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows Vista [desktop apps only] |
| Minimum supported server | Windows Server 2008 [desktop apps only] |
| Target Platform | Windows |
| Header | shellapi.h |