MonobjcMonobjc Documented Class Library
DispatchRawAppleEventWithRawReplyHandlerRefCon Method (theAppleEvent, theReply, handlerRefcon)
NamespacesMonobjc.FoundationNSAppleEventManagerDispatchRawAppleEventWithRawReplyHandlerRefCon(IntPtr, IntPtr, UInt32)

Causes the Apple event specified by theAppleEvent to be dispatched to the appropriate Apple event handler, if one has been registered by calling setEventHandler:andSelector:forEventClass:andEventID:.

Original signature is '- (OSErr)dispatchRawAppleEvent:(const AppleEvent *)theAppleEvent withRawReply:(AppleEvent *)theReply handlerRefCon:(UInt32)handlerRefcon'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual short DispatchRawAppleEventWithRawReplyHandlerRefCon(
	IntPtr theAppleEvent,
	IntPtr theReply,
	uint handlerRefcon
)
Public Overridable Function DispatchRawAppleEventWithRawReplyHandlerRefCon ( _
	theAppleEvent As IntPtr, _
	theReply As IntPtr, _
	handlerRefcon As UInteger _
) As Short
public:
virtual short DispatchRawAppleEventWithRawReplyHandlerRefCon(
	IntPtr theAppleEvent, 
	IntPtr theReply, 
	unsigned int handlerRefcon
)
Parameters
theAppleEvent (IntPtr)
MISSING
theReply (IntPtr)
MISSING
handlerRefcon (UInt32)
MISSING
Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSAppleEventManager.DispatchRawAppleEventWithRawReplyHandlerRefCon(System.IntPtr,System.IntPtr,System.UInt32)"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)