Initial
This commit is contained in:
48
java/RemoteProcess/CoRemoteProcess.java
Normal file
48
java/RemoteProcess/CoRemoteProcess.java
Normal file
@@ -0,0 +1,48 @@
|
||||
//
|
||||
// Auto-generated using JActiveX.EXE 5.00.2748
|
||||
// (..\jactivex /l foo remoteps.tlb)
|
||||
//
|
||||
// WARNING: Do not remove the comments that include "@com" directives.
|
||||
// This source file must be compiled by a @com-aware compiler.
|
||||
// If you are using the Microsoft Visual J++ compiler, you must use
|
||||
// version 1.02.3920 or later. Previous versions will not issue an error
|
||||
// but will not generate COM-enabled class files.
|
||||
//
|
||||
|
||||
//package remoteps;
|
||||
|
||||
import com.ms.com.*;
|
||||
import com.ms.com.IUnknown;
|
||||
import com.ms.com.Variant;
|
||||
|
||||
/** @com.class(classid=BD20693F-8D8A-11D3-B2F0-0050043ED4DB,DynamicCasts)
|
||||
*/
|
||||
public class CoRemoteProcess implements IUnknown,com.ms.com.NoAutoScripting,IRemoteProcess
|
||||
{
|
||||
/** @com.method() */
|
||||
public native Variant Snapshot();
|
||||
|
||||
/** @com.method() */
|
||||
public native Variant GetProcessFirst();
|
||||
|
||||
/** @com.method() */
|
||||
public native Variant GetProcessNext();
|
||||
|
||||
/** @com.method() */
|
||||
public native Variant GetModuleFirst();
|
||||
|
||||
/** @com.method() */
|
||||
public native Variant GetModuleNext();
|
||||
|
||||
/** @com.method() */
|
||||
public native Variant GetDesktopWindow();
|
||||
|
||||
/** @com.method() */
|
||||
public native void GetProcessTimes(Variant pVariant, double[] pCreationTime, double[] pExitTime, double[] pKernelTime, double[] pUserTime);
|
||||
|
||||
/** @com.method() */
|
||||
public native Variant Kill();
|
||||
|
||||
|
||||
public static final com.ms.com._Guid clsid = new com.ms.com._Guid((int)0xbd20693f, (short)0x8d8a, (short)0x11d3, (byte)0xb2, (byte)0xf0, (byte)0x0, (byte)0x50, (byte)0x4, (byte)0x3e, (byte)0xd4, (byte)0xdb);
|
||||
}
|
||||
Reference in New Issue
Block a user