MOA Developer's Guide
MOA Interfaces | MOA Methods | MOA Types and Misc API

IMoaNotification


Interface ID: IID_IMoaNotification
Pointer type: PIMoaNotification
Inheritance: IMoaUnknown
Header file: moanotif.h

Methods

RegisterNotificationClient()
UnregisterNotificationClient()
SendNotification()

RegisterNotificationClient()

Syntax

RegisterNotificationClient(PIMoaNotification This,

PIMoaNotificationClient pClient,
ConstPMoaNotifyID nid,
ConstPMoaVoid pNData,
ConstPMoaVoid pRefCon) )

Parameters

This
Pointer to the IMoaNotification interface

pClient
PIMoaNotificationClient

nid
ConstPMoaNotifyID

pNData
ConstPMoaVoid

pRefCon)
ConstPMoaVoid

Returns

MoaError

SendNotification()

Syntax

SendNotification(PIMoaNotification This,

ConstPMoaNotifyID nid,
ConstPMoaVoid pNData) )

Parameters

This
Pointer to the IMoaNotification interface

nid
ConstPMoaNotifyID

pNData)
ConstPMoaVoid

Returns

MoaError

UnregisterNotificationClient()

Syntax

UnregisterNotificationClient(PIMoaNotification This,

PIMoaNotificationClient pClient,
ConstPMoaNotifyID nid,
ConstPMoaVoid pNData) )

Parameters

This
Pointer to the IMoaNotification interface

pClient
PIMoaNotificationClient

nid
ConstPMoaNotifyID

pNData)
ConstPMoaVoid

Returns

MoaError


Copyright © 1995-2007 Adobe Macromedia Software LLC, Inc.