FilterGenericInfoDef

Returned by MM_ReturnObjectGenericInfo when a filter OBID is passed to it.

Syntax

  struct FilterGenericInfoDef 
  { 
      BYTE   name[MM_MAX_OBJECT_STRING_LEN]; 
      LONG   type; 
      LONG   status; 
      OBID   applicationid; 
      OBID   ioobjectid; 
  };
  

Fields

name
The null-terminated name of the filter. The length, including the null, will not be larger than MM_MAX_OBJECT_STRING_LEN.
type
The filter type.
status
The filter status. Its values are defined by the Object Generic Status bits.
applicationid
The OBID of the application that registered the filter.
ioobjectid
The OBID of the IO object that the filter is attached to.

See Also

Filter Class

Filter Types