Sourceforge.net - The VCF's Project Host
   The VCF Website Home   |   Online Discussion Forums   |   Sourceforge.net Project Page   

VCF::OSXProcessHandle Class Reference

This is the handle class that OSXProcessPeer::getHandleID() returns. More...

#include <OSXProcessPeer.h>

List of all members.

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

bool VCF::OSXProcessHandle::isUnixProcess
 

LaunchParamBlockRec VCF::OSXProcessHandle::launchBlock
 

int VCF::OSXProcessHandle::pid
 


The documentation for this class was generated from the following file:
   Comments or Suggestions?    License Information