MFStateGet Method (MFLiveClass)
state of the object
extra information
Return state of specifed object and optionally some extra info (like path to file, device name etc.)
Syntax
Public Overridable Sub MFStateGet( _
   ByRef _peState As eMState, _
   ByRef _pbsExtraInfo As String _
) 
public virtual void MFStateGet( 
   out eMState _peState,
   out string _pbsExtraInfo
)
public procedure MFStateGet( 
   Out  _peState: eMState;
   Out  _pbsExtraInfo: String
); virtual; 
public: virtual void MFStateGet( 
   [PARAMFLAG::Out] eMState _peState,
   [PARAMFLAG::Out] BSTR* _pbsExtraInfo
) 

Parameters

_peState
state of the object
_pbsExtraInfo
extra information
See Also

Reference

MFLiveClass Class
MFLiveClass Members