MM Developer's Guide
MM Interfaces | MM Methods | MM Types and Misc API
Interface ID: IID_IMoaMmCuePointCallback
Pointer type:
PIMoaMmCuePointCallback
Inheritance:
IMoaUnknown
Header file: mmiservc.h
This interface supports sending cue point notification to a multimedia
application. It consists of one method, GenerateCuePoint().
This interface is provided as a callback interface, available
by calling QueryInterface()
on a MOA object's pCallback
instance variable.
GenerateCuePoint(PIMoaMmCuePointCallback This,
ConstPMoaMmCuePoint pCuePoint) )
This
IMoaMmCuePointCallback
interface pCuePoint
MoaError
pCuePoint
,
a MoaMmCuePoint structure, populate it with information specific to your cue point,
then pass it to the application by calling this method.