Unit 'JwaRpcASync' Package
[Overview][Constants][Types][Procedures and functions][Index] [#winunits-jedi]

tagRPC_EXTENDED_ERROR_INFO

Declaration

Source position: jwarpcasync.pas line 251

type tagRPC_EXTENDED_ERROR_INFO = record

  Version: ULONG;

  ComputerName: LPWSTR;

  ProcessID: ULONG;

  u: record

    case Integer of

      0: (

          SystemTime: SYSTEMTIME;

        );

      1: (

          FileTime: FILETIME;

        );

  end;

  GeneratingComponent: ULONG;

  Status: ULONG;

  DetectionLocation: USHORT;

  Flags: USHORT;

  NumberOfParameters: Integer;

  Parameters: array [0..MaxNumberOfEEInfoParams-1] of RPC_EE_INFO_PARAM;

end;


Documentation generated on: 2023-03-18