Collapse All
Parallels C API Reference Guide
PrlDispNet_GetNetworkType Function
PrlApi.h PHT_DISP_NET_ADAPTER See Also Send Feedback

Returns the virtual network adapter network type (host-only or shared).

Syntax
PRL_RESULT PrlDispNet_GetNetworkType(
    PRL_HANDLE hDispNet, 
    PRL_NET_ADAPTER_EMULATED_TYPE_PTR pnNetworkType
);
File
Parameters

hDispNet
A handle of type PHT_DISP_NET_ADAPTER identifying the network adapter.
pnNetworkType
[out] A pointer to a variable that receives the network type.
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
Copyright (c) 1999-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!