Name
CreateTempFileInGuest
Description
HRESULT
CreateTempFileInGuest([in] LONG options,
[in] IVixHandle* propertyList,
[in] ICallback* jobDoneCallback,
[out,retval] IJob** createJob);
This
method
creates a temporary file in the guest operating system.
Parameters
- options
-
Must be 0.
- propertyListHandle
-
Must be VIX_INVALID_HANDLE.
- jobDoneCallback
-
An ICallback instance that will be called when the
operation is complete.
- createJob
-
Returns an IJob object that describes the state of this
asynchronous operation.
Return Value
HRESULT
Remarks
- You must call
VM::LoginInGuest().
before calling this function.
Side Effects
None.
Requirements
VixCOM.h, since VMware Workstation 6.0
Copyright (C) 2007 VMware, Inc. All rights reserved.