VCF::OSXProcessHandle Class Reference
This is the handle class that OSXProcessPeer::getHandleID() returns. More...
#include <OSXProcessPeer.h>
Public Attributes | |
| bool | isUnixProcess |
| LaunchParamBlockRec | launchBlock |
| int | pid |
Detailed Description
This is the handle class that OSXProcessPeer::getHandleID() returns.You should check isUnixProcess to determine how to access the information in this struct. If isUnixProcess is true, then launchBlock is just zero'ed out and is meaningless and pid will be set to the process id. If isUnixProcess is false then launchBlock will have valid information in it, and pid will be set to the unix process id of the launchBlock.launchProcessSN
Member Data Documentation
|
|
|
|
|
|
|
|
|
The documentation for this class was generated from the following file:
- vcf/FoundationKit/OSXProcessPeer.h
