MFFlagCheck Method (IMFFrame)
flag to check with
result: 1 if a frame has this flag, 0 - if not.
Checks a frame's flag
Syntax
Sub MFFlagCheck( _
   ByVal _eFlagCheck As eMFrameFlags, _
   ByRef _pnRes As Integer _
) 
void MFFlagCheck( 
   eMFrameFlags _eFlagCheck,
   out int _pnRes
)
procedure MFFlagCheck( 
    _eFlagCheck: eMFrameFlags;
   Out  _pnRes: Integer
); 
void MFFlagCheck( 
   eMFrameFlags _eFlagCheck,
   [PARAMFLAG::Out] int _pnRes
) 

Parameters

_eFlagCheck
flag to check with
_pnRes
result: 1 if a frame has this flag, 0 - if not.
See Also

Reference

IMFFrame Interface
IMFFrame Members