MFExternalIsAliveByPID Method (MFFactoryClass)
process ID
indicator whether the object alive (1) or not (0)
Checks whether an external object is alive by the object's process ID
Syntax
Public Overridable Sub MFExternalIsAliveByPID( _
   ByVal _dwPID As UInteger, _
   ByRef _pbAlive As Integer _
) 
public virtual void MFExternalIsAliveByPID( 
   uint _dwPID,
   out int _pbAlive
)
public procedure MFExternalIsAliveByPID( 
    _dwPID: LongWord;
   Out  _pbAlive: Integer
); virtual; 
public: virtual void MFExternalIsAliveByPID( 
   uint _dwPID,
   [PARAMFLAG::Out] int _pbAlive
) 

Parameters

_dwPID
process ID
_pbAlive
indicator whether the object alive (1) or not (0)
See Also

Reference

MFFactoryClass Class
MFFactoryClass Members