public interface IMediaEvent
extends com.teamdev.jxdesktop.win32.com.IDispatch
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
INTERFACE_IDENTIFIER |
| Modifier and Type | Method and Description |
|---|---|
void |
cancelDefaultHandling(com.jniwrapper.Int32 lEvCode) |
void |
freeEventParams(com.jniwrapper.Int32 lEvCode,
com.teamdev.jxdesktop.win32.com.types.LongPtr lParam1,
com.teamdev.jxdesktop.win32.com.types.LongPtr lParam2) |
void |
getEvent(com.jniwrapper.Int32 lEventCode,
com.teamdev.jxdesktop.win32.com.types.LongPtr lParam1,
com.teamdev.jxdesktop.win32.com.types.LongPtr lParam2,
com.jniwrapper.Int32 msTimeout) |
void |
getEventHandle(com.teamdev.jxdesktop.win32.com.types.LongPtr hEvent) |
void |
restoreDefaultHandling(com.jniwrapper.Int32 lEvCode) |
void |
waitForCompletion(com.jniwrapper.Int32 msTimeout,
com.jniwrapper.Int32 pEvCode) |
getIDsOfNames, getTypeInfo, getTypeInfoCountstatic final java.lang.String INTERFACE_IDENTIFIER
void getEventHandle(com.teamdev.jxdesktop.win32.com.types.LongPtr hEvent)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid getEvent(com.jniwrapper.Int32 lEventCode,
com.teamdev.jxdesktop.win32.com.types.LongPtr lParam1,
com.teamdev.jxdesktop.win32.com.types.LongPtr lParam2,
com.jniwrapper.Int32 msTimeout)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid waitForCompletion(com.jniwrapper.Int32 msTimeout,
com.jniwrapper.Int32 pEvCode)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid cancelDefaultHandling(com.jniwrapper.Int32 lEvCode)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid restoreDefaultHandling(com.jniwrapper.Int32 lEvCode)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComExceptionvoid freeEventParams(com.jniwrapper.Int32 lEvCode,
com.teamdev.jxdesktop.win32.com.types.LongPtr lParam1,
com.teamdev.jxdesktop.win32.com.types.LongPtr lParam2)
throws com.teamdev.jxdesktop.win32.com.ComException
com.teamdev.jxdesktop.win32.com.ComException