|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OSServicesLibrary.NSLClientNotifyProcPtr | |
---|---|
org.rococoa.cocoa.osservices |
Uses of OSServicesLibrary.NSLClientNotifyProcPtr in org.rococoa.cocoa.osservices |
---|
Methods in org.rococoa.cocoa.osservices that return OSServicesLibrary.NSLClientNotifyProcPtr | |
---|---|
OSServicesLibrary.NSLClientNotifyProcPtr |
OSServicesLibrary.NewNSLClientNotifyUPP(OSServicesLibrary.NSLClientNotifyProcPtr userRoutine)
NewNSLClientNotifyUPP() 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 : NSLClientNotifyUPP NewNSLClientNotifyUPP(NSLClientNotifyProcPtr) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:169 |
Methods in org.rococoa.cocoa.osservices with parameters of type OSServicesLibrary.NSLClientNotifyProcPtr | |
---|---|
void |
OSServicesLibrary.DisposeNSLClientNotifyUPP(OSServicesLibrary.NSLClientNotifyProcPtr userUPP)
DisposeNSLClientNotifyUPP() 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 DisposeNSLClientNotifyUPP(NSLClientNotifyUPP) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:191 |
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 |
OSServicesLibrary.NSLClientNotifyProcPtr |
OSServicesLibrary.NewNSLClientNotifyUPP(OSServicesLibrary.NSLClientNotifyProcPtr userRoutine)
NewNSLClientNotifyUPP() 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 : NSLClientNotifyUPP NewNSLClientNotifyUPP(NSLClientNotifyProcPtr) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:169 |
NSLError.ByValue |
OSServicesLibrary.NSLPrepareRequest(OSServicesLibrary.NSLClientNotifyProcPtr notifier,
Pointer contextPtr,
int theClient,
IntBuffer ref,
ByteBuffer bufPtr,
NativeLong bufLen,
PointerByReference infoPtr)
NSLPrepareRequest() *** 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 NSLPrepareRequest(NSLClientNotifyUPP, void*, NSLClientRef, NSLRequestRef*, char*, unsigned long, NSLClientAsyncInfoPtr*) native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/NSLCore.h:661 |
NSLError.ByValue |
OSServicesLibrary.NSLPrepareRequest(OSServicesLibrary.NSLClientNotifyProcPtr notifier,
Pointer contextPtr,
int theClient,
IntByReference ref,
Pointer bufPtr,
NativeLong bufLen,
PointerByReference infoPtr)
Deprecated. use the safer methods OSServicesLibrary.NSLPrepareRequest(org.rococoa.cocoa.osservices.OSServicesLibrary.NSLClientNotifyProcPtr, com.sun.jna.Pointer, int, java.nio.IntBuffer, java.nio.ByteBuffer, com.sun.jna.NativeLong, com.sun.jna.ptr.PointerByReference) and OSServicesLibrary.NSLPrepareRequest(org.rococoa.cocoa.osservices.OSServicesLibrary.NSLClientNotifyProcPtr, com.sun.jna.Pointer, int, com.sun.jna.ptr.IntByReference, com.sun.jna.Pointer, com.sun.jna.NativeLong, com.sun.jna.ptr.PointerByReference) instead |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |