/* * DCBundleInfo.h * DualityCore * * Created by IT on 10/9/06. * Copyright 2006 __MyCompanyName__. All rights reserved. * */ #include struct DCProcessInfo { ProcessSerialNumber psn; pid_t pid; CFURLRef bundleURL; CFStringRef bundleIdentifier; CFBundleRef bundle; }; struct DCProcessInfo DCCreateProcessInfoForPSN(ProcessSerialNumber *psn); void DCProcessInfoDestroy(struct DCProcessInfo processInfo);