MM Developer's Guide
MM Interfaces | MM Methods | MM Types and Misc API
Interface ID: IID_IMoaMmXTransitionActor
Pointer type:
PIMoaMmXTransitionActor
Inheritance: IMoaUnknown
Header file: mmixasst.h
- Continue(PIMoaMmXTransitionActorThis,
- PIMoaMmGCpDestGC,
PIMoaMmGCpSrcGC,
ConstPMoaRectpRect,
ConstPMoaMmTransInfopTransInfo,
MoaBoolParam FAR *pFinished)
This
IMoaMmXTransitionActor
interface pDestGC
PIMoaMmGC
Pointer to an IMoaMmGC interface for the graphics context of the destination
buffer or window. pSrcGC
PIMoaMmGC
Pointer to an IMoaMmGC interface for the graphics context of the source buffer. pRect
ConstPMoaRect
Pointer to a ConstPMoaRect describing the area to be transitioned. pTransInfo
ConstPMoaMmTransInfo
Pointer to a ConstPMoaMmTransInfo structure containing values for the standard property
settings pFinished
MoaBoolParam FAR *
Pointer to a MoaBoolParam, telling the host application whether or not your transition
is complete. kMoaErr_NoErr | Successful, transition serviced |
kMoaMmErr_GCTypeNotSupported | Doesn't support supplied GC type |
kMoaErr_OutOfMem | Couldn't service transition due to memory error |
kMoaMmErr_InternalError | Couldn't service transition due to internal error |
- Cue(PIMoaMmXTransitionActorThis,
- PIMoaMmGCpDestGC,
PIMoaMmGCpSrcGC,
ConstPMoaRectpRect,
ConstPMoaMmTransInfopTransInfo)
This
IMoaMmXTransitionActor
interface pDestGC
PIMoaMmGC
Pointer to IMoaMmGC interface for destination buffer or window pSrcGC
PIMoaMmGC
Pointer to IMoaMmGC interface for the source buffer pRect
ConstPMoaRect
Pointer to a ConstPMoaRect for area to transition pTransInfo
ConstPMoaMmTransInfo
Pointer to a ConstPMoaMmTransInfo structure containing values for standard property
settings kMoaErr_NoErr | Successful, ready to begin transition sequence |
kMoaMmErr_GCTypeNotSupported | Doesn't support supplied GC type |
kMoaErr_OutOfMem | Couldn't prepare for transition due to memory error |
kMoaMmErr_InternalError | Couldn't prepare for transition due to internal error |
- Finish(PIMoaMmXTransitionActorThis,
- PIMoaMmGCpDestGC,
PIMoaMmGCpSrcGC,
ConstPMoaRectpRect,
ConstPMoaMmTransInfopTransInfo)
This
IMoaMmXTransitionActor
interface pDestGC
PIMoaMmGC
Pointer to IMoaMmGC interface for the destination buffer or window. pSrcGC
PIMoaMmGC
Pointer to IMoaMmGC interface for the source buffer. pRect
ConstPMoaRect
Pointer to a ConstPMoaRect for area to transition pTransInfo
ConstPMoaMmTransInfo
Pointer to a ConstPMoaMmTransInfo structure containing values for the standard property
settings kMoaErr_NoErr | Successful, transition completed |
- Notify(PIMoaMmXTransitionActorThis,
- MoaLongmsgCode,
PMoaVoidrefCon)
This
IMoaMmXTransitionActor
interface msgCode
refCon
kMoaErr_NoErr | Successful |
kMoaMmErr_UnknownNotifyMsgCode | Notify message code not supported |