Collapse All
Parallels C API Reference Guide
PrlNetworkClass_SetClassId Function
PrlApi.h PHT_NETWORK_CLASS

Sets the network class id.

Syntax
PRL_RESULT PrlNetworkClass_SetClassId(
    PRL_HANDLE hNetworkClass, 
    PRL_UINT32 nClassId
);
File
Parameters

hNetworkClass
A handle of type PHT_NETWORK_CLASS identifying the network class entry.
nClassId
Class id
Returns

PRL_RESULT . Possible values are:

PRL_ERR_INVALID_ARG - invalid handle or null pointer was passed.

PRL_ERR_SUCCESS - function completed successfully.

Links
Copyright © 1999-2011 Parallels Holdings, Ltd. and its affiliates. All rights reserved.
What do you think about this topic? Send feedback!