MM Developer's Guide
MM Interfaces | MM Methods | MM Types and Misc API
Interface ID: IID_IMoaMmWndWin
Pointer type:
PIMoaMmWndWin
Inheritance:
IMoaUnknown
Header file: mmiwndw.h
This interface supports Windows-specific user interface display.
As an alternative to this platform-specific API, consider using the MUI XDK instead. It provides platform-independent interfaces that support dialogs containing a variety of widget types, including dynamic layout capabilities and a standard event-handling mechanism. The MUI API also lets you easily display system alerts, file dialogs, and URL dialogs. See the MUI Developer's Guide for information on which applications support the MUI API and MUI Xtra.
With IMoaMmUtils2, IMoaMmValue,
and IMoaMmWndMac, this interface supercedes IMoaMmUtils
, which has been made redundant.
- WinDialogBox(PIMoaMmWndWin This,
- XtraResourceCookie resCookie,
ConstPMoaChar lpszTemplate,
PMoaVoid dlgprc)
This
IMoaMmWndWin
interfaceresCookie
lpszTemplate
dlgprc
- WinDialogBoxParam(PIMoaMmWndWin This,
- XtraResourceCookie resCookie,
ConstPMoaChar lpszTemplate,
PMoaVoid dlgprc,
MoaLong lparamInit)
This
IMoaMmWndWin
interfaceresCookie
lpszTemplate
dlgprc
lparamInit
- WinGetParent(PIMoaMmWndWin This,
- MoaMmHInst FAR * phInst,
MoaMmHWnd FAR * phWnd)
This
IMoaMmWndWin
interfacephInst
MoaMmHInst FAR *
Handle to the host application's HINSTANCE phWnd
MoaMmHWnd FAR *
Handle to the host application's
parent window MoaError
- WinPrepareDialogBox(PIMoaMmWndWin This,
- PMoaMmDialogCookie pDialogCookie)
This
IMoaMmWndWin
interfacepDialogCookie
MoaError
- WinUnprepareDialogBox(PIMoaMmWndWin This,
- MoaMmDialogCookie dialogCookie)
This
IMoaMmWndWin
interfacedialogCookie
MoaError