Collapse All
Parallels C API Reference Guide
PrlVmCfg_SetDisableAPICSign Function
PrlApi.h PHT_VM_CONFIGURATION Send Feedback

Sets the APIC using for virtual machine in runtime.

Syntax
PRL_RESULT PrlVmCfg_SetDisableAPICSign(
    PRL_HANDLE hVmCfg, 
    PRL_BOOL bDisableAPIC
);
File
Parameters

hVmCfg
A handle of type PHT_VM_CONFIGURATION identifying the virtual machine configuration.
bDisableAPIC
The value to set. Specify PRL_TRUE to make the APIC is switched off. Specify PRL_FALSE to switch an APIC is switched on.
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-2008 Parallels Software International Inc.
What do you think about this topic? Send feedback!