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 )
IMFCreator Interface IMFCreator Members