org.rococoa.cocoa.osservices
Interface OSServicesLibrary.CSIdentityQueryReceiveEventCallback
- All Superinterfaces:
- Callback
- Enclosing interface:
- OSServicesLibrary
public static interface OSServicesLibrary.CSIdentityQueryReceiveEventCallback
- extends Callback
CSIdentityQueryReceiveEventCallback
Summary:
The client event callback function for receiving asynchronous
query events
Parameters:
query:
The identity query object that has completed an event
event:
The event the identity query object has completed
identities:
a CFArray containing identities resulting from the query
error:
A CFError object if there was an error from the query
info:
Any other information you want passed to the callback function
native declaration : /System/Library/Frameworks/CoreServices.framework/Versions/Current/Frameworks/OSServices.framework/Headers/CSIdentityQuery.h
invoke
void invoke(OSServicesLibrary.__CSIdentityQuery query,
NativeLong event,
HIServicesLibrary.__CFArray identities,
ColorSyncLibrary.__CFError error,
Pointer info)
Copyright © 2009. All Rights Reserved.