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; |