IdentifierGenericInfoDef

Returned by MM_ReturnObjectGenericInfo when an identifier OBID is passed to it.

Syntax

  struct IdentifierGenericInfoDef 
  { 
      BYTE   name[MM_MAX_OBJECT_STRING_LEN]; 
      LONG   type; 
      LONG   status; 
      LONG   identificationRegID; 
      OBID   applicationid;};
  

Fields

name
The null-terminated name of the attribute. The length, including the null, will not be larger than MM_MAX_OBJECT_STRING_LEN.
type
The identifier type. See Identifier Types for a complete list of identifiers.
status
The status of the identifier object. In addition to the generic object status this status can also include MM_IDENTIFIER_CAN_LABEL and MM_IDENTIFIER_CAN_UNLABEL.
registeredHandle
Always zero.
applicationid
The OBID of the application that registered the identifier.

See Also

Identifier Class