Collapse All
Parallels Virtualization SDK
ContentsIndex
PreviousUpNext
PrlDispNet_SetDhcpScopeMask Function
PHT_DISP_NET_ADAPTER  See Also

Sets the subnet mask of the DHCP scope for the specified virtual network adapter.

Syntax
PRL_RESULT PrlDispNet_SetDhcpScopeMask(
    PRL_HANDLE hDispNet, 
    PRL_CONST_STR sNewDispNetDhcpScopeMask
);
File

PrlApiDeprecated.h

Parameters

hDispNet
A handle of type PHT_DISP_NET_ADAPTER identifying the network adapter.
sNewDispNetDhcpScopeMask
The subnet mask. The value must be a UTF-8 encoded, null-terminated string.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

See Also
Links
© 2021 Parallels International GmbH. All rights reserved.