Uses of Class
org.rococoa.cocoa.osservices.OSServicesLibrary.OpaqueWSMethodInvocationRef

Packages that use OSServicesLibrary.OpaqueWSMethodInvocationRef
org.rococoa.cocoa.osservices   
 

Uses of OSServicesLibrary.OpaqueWSMethodInvocationRef in org.rococoa.cocoa.osservices
 

Methods in org.rococoa.cocoa.osservices with parameters of type OSServicesLibrary.OpaqueWSMethodInvocationRef
 void OSServicesLibrary.WSMethodInvocationCallBackProcPtr.invoke(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, Pointer info, HIServicesLibrary.__CFDictionary outRef)
           
 HIServicesLibrary.__CFDictionary OSServicesLibrary.WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, HIServicesLibrary.__CFArray[] parameterOrder)
          WSMethodInvocationCopyParameters()

Discussion:
Copies the parameters from the invocation.
 HIServicesLibrary.__CFDictionary OSServicesLibrary.WSMethodInvocationCopyParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, PointerByReference parameterOrder)
          Deprecated. use the safer method OSServicesLibrary.WSMethodInvocationCopyParameters(org.rococoa.cocoa.osservices.OSServicesLibrary.OpaqueWSMethodInvocationRef, org.rococoa.cocoa.hiservices.HIServicesLibrary.__CFArray[]) instead
 HIServicesLibrary.__CFDictionary OSServicesLibrary.WSMethodInvocationInvoke(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation)
          WSMethodInvocationInvoke()

Discussion:
Execute the invocation.
 void OSServicesLibrary.WSMethodInvocationSetCallBack(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, OSServicesLibrary.WSMethodInvocationCallBackProcPtr clientCB, WSClientContext context)
          WSMethodInvocationSetCallBack()

Discussion:
sets the callback for an asynchronous method invocation.
 void OSServicesLibrary.WSMethodInvocationSetParameters(OSServicesLibrary.OpaqueWSMethodInvocationRef invocation, HIServicesLibrary.__CFDictionary parameters, HIServicesLibrary.__CFArray parameterOrder)
          WSMethodInvocationSetParameters()

Discussion:
Set the parameters for a method invocation.
 



Copyright © 2009. All Rights Reserved.