Ejemplo n.º 1
0
 internal static void WSManSendShellInputEx(
     IntPtr shellOperationHandle,
     IntPtr commandOperationHandle,
     int flags,
     [MarshalAs(UnmanagedType.LPWStr)] string streamId,
     WSManNativeApi.WSManData streamData,
     IntPtr asyncCallback,
     ref IntPtr sendOperationHandle)
 {
     WSManNativeApi.WSManSendShellInputExInternal(shellOperationHandle, commandOperationHandle, flags, streamId, (IntPtr)streamData, false, asyncCallback, ref sendOperationHandle);
 }