Uses of Class
org.rococoa.cocoa.carboncore.ProcessSerialNumber

Packages that use ProcessSerialNumber
org.rococoa.cocoa.carboncore   
org.rococoa.cocoa.hiservices   
 

Uses of ProcessSerialNumber in org.rococoa.cocoa.carboncore
 

Subclasses of ProcessSerialNumber in org.rococoa.cocoa.carboncore
static class ProcessSerialNumber.ByReference
           
static class ProcessSerialNumber.ByValue
           
 

Methods in org.rococoa.cocoa.carboncore that return ProcessSerialNumber
static ProcessSerialNumber[] ProcessSerialNumber.newArray(int arrayLength)
           
 

Uses of ProcessSerialNumber in org.rococoa.cocoa.hiservices
 

Fields in org.rococoa.cocoa.hiservices declared as ProcessSerialNumber
 ProcessSerialNumber LaunchParamBlockRec.launchProcessSN
           
 ProcessSerialNumber ProcessInfoRec.processLauncher
           
 ProcessSerialNumber ProcessInfoExtendedRec.processLauncher
           
 ProcessSerialNumber ProcessInfoRec.processNumber
           
 ProcessSerialNumber ProcessInfoExtendedRec.processNumber
           
 

Methods in org.rococoa.cocoa.hiservices with parameters of type ProcessSerialNumber
 boolean HIServicesLibrary.IsProcessVisible(ProcessSerialNumber psn)
          IsProcessVisible()

Summary:
Determines whether a particular process is visible or not.
 HIServicesLibrary.__CFDictionary HIServicesLibrary.ProcessInformationCopyDictionary(ProcessSerialNumber PSN, int infoToReturn)
          ProcessInformationCopyDictionary()

Discussion:
Return a CFDictionary containing information about the given
process.
 



Copyright © 2009. All Rights Reserved.