a1200   NEWS   APPS   DOCS   ABOUT
a1200
----
a1200
----
Autodocs
 Libraries:
 commodities.library
  ActivateCxObj
  AddIEvents
  AttachCxObj
  ClearCxObjError
  CreateCxObj
  CxBroker
  CxMsgData
  CxMsgID
  CxMsgType
  CxObjError
  CxObjType
  DeleteCxObj
  DeleteCxObjAll
  DisposeCxMsg
  DivertCxMsg
  EnqueueCxObj
  InsertCxObj
  InvertKeyMap
  MatchIX
  ParseIX
  RemoveCxObj
  RouteCxMsg
  SetCxObjPri
  SetFilter
  SetFilterIX
  SetTranslate
Include
GuruMeditation
Docs » Autodocs » commodities.library » DisposeCxMsg

NAME

	DisposeCxMsg -- delete a commodity message. (V36)

SYNOPSIS

	DisposeCxMsg(cxm);
A0
VOID DisposeCxMsg(struct CxMsg *);

FUNCTION

	This function eliminates the commodity message pointed to by 'cxm'.
Can be used to 'swallow' input events by disposing of every commodity
message of type CXM_IEVENT.
This function can only be called from within a custom object running
on the input handler's context. It cannot be called from code running
on a commodities' context, such as when receiving a CXM_IEVENT message
from a sender object. CxMsg sent to a commodity program from a sender
object must be sent back using ReplyMsg().

INPUTS

	cxm - the commodity message to delete (must NOT be NULL)

Comments

Name:
E-mail: Use this if you want a message if you get a response, will not be shown.
Comment:
Select correct short for:

The Silents

FC
TBL
AOA
TSL

Comments:

$VER: d0.se 1.14 Copyright © 2011-2024 Tobias Geijersson support at d0 dot se