Collapse All
Parallels C API Reference Guide
ContentsIndex
PreviousUpNext
PrlSrvCfgNet_GetNetAdapterType Function
PrlApi.h  PHT_HW_NET_ADAPTER  Send Feedback

Returns a network adapter type.

Syntax
PRL_RESULT PrlSrvCfgNet_GetNetAdapterType(
    PRL_HANDLE hNetAdapter, 
    PRL_HW_INFO_NET_ADAPTER_TYPE_PTR pnNetAdapterType
);
File
Parameters

hNetAdapter
A valid handle of type PHT_HW_NET_ADAPTER identifying the adapter.
pnNetAdapterType
[out] A pointer to a variable that receives the network adapter type.

Returns

PRL_RESULT. Possible values: 

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed. 

PRL_ERR_SUCCESS - function completed successfully. 

Links
Copyright (c) 1999-2009 Parallels Software International Inc.
What do you think about this topic? Send feedback!