MFExternalIsAliveByPID Method (MFactoryClass)
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
_pbAlive
See Also

Reference

MFactoryClass Class
MFactoryClass Members