Sub PipeGet( _
ByVal As String, _
ByRef As Object, _
ByVal As Long, _
ByVal As String _
)
void PipeGet(
string ,
out object ,
long ,
string
)
procedure PipeGet(
: String;
Out : TObject;
: Int64;
: String
);
void PipeGet(
BSTR* ,
[PARAMFLAG::Out] IUnknown* ,
long ,
BSTR*
)