|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use NSLClientAsyncInfo | |
---|---|
org.rococoa.cocoa.osservices |
Uses of NSLClientAsyncInfo in org.rococoa.cocoa.osservices |
---|
Subclasses of NSLClientAsyncInfo in org.rococoa.cocoa.osservices | |
---|---|
static class |
NSLClientAsyncInfo.ByReference
|
static class |
NSLClientAsyncInfo.ByValue
|
Methods in org.rococoa.cocoa.osservices that return NSLClientAsyncInfo | |
---|---|
static NSLClientAsyncInfo[] |
NSLClientAsyncInfo.newArray(int arrayLength)
|
Methods in org.rococoa.cocoa.osservices with parameters of type NSLClientAsyncInfo | |
---|---|
void |
OSServicesLibrary.NSLClientNotifyProcPtr.invoke(NSLClientAsyncInfo theClientAsyncInfo)
|
void |
OSServicesLibrary.InvokeNSLClientNotifyUPP(NSLClientAsyncInfo theClientAsyncInfo,
OSServicesLibrary.NSLClientNotifyProcPtr userUPP)
InvokeNSLClientNotifyUPP() Availability: Mac OS X: in version 10.0 and later in CoreServices.framework CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: available as macro/inline Original signature : void InvokeNSLClientNotifyUPP(NSLClientAsyncInfo*, NSLClientNotifyUPP) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:215 |
NSLError.ByValue |
OSServicesLibrary.NSLContinueLookup(NSLClientAsyncInfo asyncInfo)
NSLContinueLookup() *** DEPRECATED *** Availability: Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in NSLPPCLib 1.0 and later Original signature : NSLError NSLContinueLookup(NSLClientAsyncInfo*) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:726 |
boolean |
OSServicesLibrary.NSLGetNextNeighborhood(NSLClientAsyncInfo infoPtr,
PointerByReference neighborhood,
NativeLongByReference neighborhoodLength)
NSLGetNextNeighborhood() *** DEPRECATED *** Availability: Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in NSLPPCLib 1.0 and later Original signature : Boolean NSLGetNextNeighborhood(NSLClientAsyncInfoPtr, NSLNeighborhood*, long*) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:575 |
boolean |
OSServicesLibrary.NSLGetNextUrl(NSLClientAsyncInfo infoPtr,
PointerByReference urlPtr,
NativeLongByReference urlLength)
Deprecated. use the safer methods OSServicesLibrary.NSLGetNextUrl(org.rococoa.cocoa.osservices.NSLClientAsyncInfo, java.lang.String[], com.sun.jna.ptr.NativeLongByReference) and OSServicesLibrary.NSLGetNextUrl(org.rococoa.cocoa.osservices.NSLClientAsyncInfo, com.sun.jna.ptr.PointerByReference, com.sun.jna.ptr.NativeLongByReference) instead |
boolean |
OSServicesLibrary.NSLGetNextUrl(NSLClientAsyncInfo infoPtr,
String[] urlPtr,
NativeLongByReference urlLength)
NSLGetNextUrl() *** DEPRECATED *** Availability: Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in NSLPPCLib 1.0 and later Original signature : Boolean NSLGetNextUrl(NSLClientAsyncInfoPtr, char**, long*) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:556 |
NSLError.ByValue |
OSServicesLibrary.NSLStartNeighborhoodLookup(int ref,
ByteBuffer neighborhood,
NSLClientAsyncInfo asyncInfo)
NSLStartNeighborhoodLookup() *** DEPRECATED *** Availability: Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in NSLPPCLib 1.0 and later Original signature : NSLError NSLStartNeighborhoodLookup(NSLRequestRef, NSLNeighborhood, NSLClientAsyncInfo*) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:687 |
NSLError.ByValue |
OSServicesLibrary.NSLStartNeighborhoodLookup(int ref,
Pointer neighborhood,
NSLClientAsyncInfo asyncInfo)
Deprecated. use the safer methods OSServicesLibrary.NSLStartNeighborhoodLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) and OSServicesLibrary.NSLStartNeighborhoodLookup(int, com.sun.jna.Pointer, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead |
NSLError.ByValue |
OSServicesLibrary.NSLStartServicesLookup(int ref,
ByteBuffer neighborhood,
NSLTypedData requestData,
NSLClientAsyncInfo asyncInfo)
NSLStartServicesLookup() *** DEPRECATED *** Availability: Mac OS X: in version 10.0 and later in CoreServices.framework [32-bit only] but deprecated in 10.5 CarbonLib: in CarbonLib 1.0 and later Non-Carbon CFM: in NSLPPCLib 1.0 and later Original signature : NSLError NSLStartServicesLookup(NSLRequestRef, NSLNeighborhood, NSLTypedDataPtr, NSLClientAsyncInfo*) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:707 |
NSLError.ByValue |
OSServicesLibrary.NSLStartServicesLookup(int ref,
Pointer neighborhood,
NSLTypedData requestData,
NSLClientAsyncInfo asyncInfo)
Deprecated. use the safer methods OSServicesLibrary.NSLStartServicesLookup(int, java.nio.ByteBuffer, org.rococoa.cocoa.osservices.NSLTypedData, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) and OSServicesLibrary.NSLStartServicesLookup(int, com.sun.jna.Pointer, org.rococoa.cocoa.osservices.NSLTypedData, org.rococoa.cocoa.osservices.NSLClientAsyncInfo) instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |