MM Developer's Guide
MM Interfaces | MM Methods | MM Types and Misc API
Interface ID: IID_IMoaMmCuePointCallbackPointer type:
PIMoaMmCuePointCallbackInheritance:
IMoaUnknownHeader 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.