org.rococoa.cocoa.corefoundation
Interface CoreFoundationLibrary.CFMessagePortInvalidationCallBack
- All Superinterfaces:
- Callback
- Enclosing interface:
- CoreFoundationLibrary
public static interface CoreFoundationLibrary.CFMessagePortInvalidationCallBack
- extends Callback
If callout wants to keep a hold of the data past the return of the callout, it must COPY the data. This includes the case where the data is given to some routine which _might_ keep a hold of it; System will release returned CFData.
native declaration : /System/Library/Frameworks/CoreFoundation.framework/Headers/CFMessagePort.h
invoke
void invoke(CoreFoundationLibrary.__CFMessagePort ms,
Pointer info)
Copyright © 2009. All Rights Reserved.