NotifyGenericInfoDef

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

Syntax

  struct NotifyGenericInfoDef 
  { 
      BYTE   name[MM_MAX_OBJECT_STRING_LEN]; 
      LONG   type; 
      LONG   status; 
      LONG   reserved; 
      LONG   objecttype; 
      LONG   objectclass; 
      LONG   event; 
      OBID   applicationid; 
  };
  

Fields

name
Name of the notify object.
type
Set to zero.
status
The status defined by Object Generic Status.
reserved
Undefined.
objecttype
Defines the type of object within the class the event of interest is to occur on. This value can be -1 indicating a wild card for the object type.
objectclass
Defines the class the event of interest is to occur in. (See Class Types for a list of classes.)
event
Defines the event of interest. (See Notification Events for a list of events.)
applicationid
The OBID that defines the application that registered the notify object.

See Also

Section 3.9, Notify Class