Name

Description

HRESULT
KillProcessInGuest([in] ULONGLONG pid,
                   [in] LONG options,
                   [in] ICallback* jobDoneCallback,
                   [out,retval] IJob** killJob);

This function terminates a process in the guest operating system.

Parameters

pid
The ID of the process to be killed.
options
Must be 0.
jobDoneCallback
A callback function that will be invoked when the operation is complete.
killJob
Returns an IJob object that describes the state of this asynchronous operation.

Return Value

HRESULT

Remarks

Side Effects

None.

Requirements

VixCOM.h, since VMware Workstation 6.0
Copyright (C) 2007 VMware, Inc. All rights reserved.