MFExternalIsAliveByPID Method (IMFCreator)
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
Sub MFExternalIsAliveByPID( _
   ByVal _dwPID As UInteger, _
   ByRef _pbAlive As Integer _
) 
void MFExternalIsAliveByPID( 
   uint _dwPID,
   out int _pbAlive
)
procedure MFExternalIsAliveByPID( 
    _dwPID: LongWord;
   Out  _pbAlive: Integer
); 
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

IMFCreator Interface
IMFCreator Members