Sub PipePeek( _ ByVal bsChannel As String, _ ByVal nIndex As Integer, _ ByRef ppObj As Object, _ ByVal rtMaxWait As Long, _ ByVal bsHints As String _ )
void PipePeek( string bsChannel, int nIndex, out object ppObj, long rtMaxWait, string bsHints )
procedure PipePeek( bsChannel: String; nIndex: Integer; Out ppObj: TObject; rtMaxWait: Int64; bsHints: String );
void PipePeek( BSTR* bsChannel, int nIndex, [PARAMFLAG::Out] IUnknown* ppObj, long rtMaxWait, BSTR* bsHints )
IMFPipe Interface IMFPipe Members