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

tagRPC_EE_INFO_PARAM

Declaration

Source position: jwarpcasync.pas line 222

type tagRPC_EE_INFO_PARAM = record

  ParameterType: ExtendedErrorParamTypes;

  case Integer of

    0: (

        AnsiString: LPSTR;

      );

    1: (

        UnicodeString: LPWSTR;

      );

    2: (

        LVal: LongInt;

      );

    3: (

        SVal: Word;

      );

    4: (

        PVal: ULONGLONG;

      );

    5: (

        BVal: BinaryParam;

      );

end;


Documentation generated on: 2023-03-18