Public Overridable Sub MFExternalIsAliveByPID( _
ByVal As UInteger, _
ByRef As Integer _
)
public virtual void MFExternalIsAliveByPID(
uint ,
out int
)
public procedure MFExternalIsAliveByPID(
: LongWord;
Out : Integer
); virtual;
public: virtual void MFExternalIsAliveByPID(
uint ,
[PARAMFLAG::Out] int
)