Enumeration of Proxy function IDs. 
| Enumerator | 
|---|
| PFID_Undefined  | Undefined ID - zero.  
 | 
| PFID_SetCall  | Function ID for awe_fwSetCall().  
 | 
| PFID_GetCall  | Function ID for awe_fwGetCall().  
 | 
| PFID_GetClassType  | Function ID for awe_fwGetClassType().  
 | 
| PFID_GetPinType  | Function ID for awe_fwGetPinType().  
 | 
| PFID_ClassWire_Constructor  | Function ID for ClassWire_Constructor().  
 | 
| PFID_BindIOToWire  | Function ID for BindIOToWire().  
 | 
| PFID_FetchValue  | Function ID for awe_fwFetchValue().  
 | 
| PFID_SetValue  | Function ID for awe_fwSetValue().  
 | 
| PFID_GetHeapCount  | Function ID for awe_fwGetHeapCount().  
 | 
| PFID_GetHeapSize  | Function ID for awe_fwGetHeapSize().  
 | 
| PFID_Destroy  | Function ID for awe_fwDestroy().  
 | 
| PFID_GetCIModuleCount  | Function ID for awe_fwGetAweInstanceModuleCount().  
 | 
| PFID_GetCIModuleInfo  | Function ID for awe_fwGetAweInstanceModuleInfo().  
 | 
| PFID_ClassModule_Constructor  | Function ID for ClassModule_Constructor().  
 | 
| PFID_ClassLayout_Constructor  | Function ID for awe_fwLayoutConstructor().  
 | 
| PFID_SetModuleState  | Function ID for awe_fwSetModuleState().  
 | 
| PFID_GetModuleState  | Function ID for awe_fwGetModuleState().  
 | 
| PFID_PumpModule  | Function ID for awe_fwPumpModule().  
 | 
| PFID_ClassLayout_Process  | Function ID for awe_fwLayoutProcess().  
 | 
| PFID_GetFirstObject  | Function ID for awe_fwGetFirstObject().  
 | 
| PFID_GetNextObject  | Function ID for awe_fwGetNextObject().  
 | 
| PFID_GetFirstIO  | Function ID for awe_fwGetFirstIO().  
 | 
| PFID_GetNextIO  | Function ID for awe_fwGetNextIO().  
 | 
| PFID_StartAudio  | Function ID for StartAudio().  
 | 
| PFID_StopAudio  | Function ID for StopAudio().  
 | 
| PFID_FetchValues  | Function ID for awe_fwFetchValue().  
 | 
| PFID_SetValues  | Function ID for awe_fwSetValue().  
 | 
| PFID_GetSizeofInt  | Function ID for sizeof(INT32).  
 | 
| PFID_GetFirstFile  | Function ID for awe_GetFirstFile().  
 | 
| PFID_GetNextFile  | Function ID for awe_GetNextFile().  
 | 
| PFID_OpenFile  | Function ID for awe_OpenFile().  
 | 
| PFID_ReadFile  | Function ID for awe_ReadFile().  
 | 
| PFID_WriteFile  | Function ID for awe_WriteFile().  
 | 
| PFID_CloseFile  | Function ID for awe_CloseFile().  
 | 
| PFID_DeleteFile  | Function ID for awe_DeleteFile().  
 | 
| PFID_ExecuteFile  | Function ID for awe_ExecuteFile().  
 | 
| PFID_EraseFlash  | Function ID for awe_EraseFlash().  
 | 
| PFID_GetTargetInfo  | Function ID for awe_GetTargetInfo().  
 | 
| PFID_GetFileSystemInfo  | Function ID for awe_GetFileSystemInfo().  
 | 
| PFID_GetProfileValues  | Function ID for awe_fwGetProfileValues().  
 | 
| PFID_FileSystemReset  | Function ID for awe_FileSystemReset().  
 | 
| PFID_GetObjectByID  | Function ID for awe_fwGetObjectByID().  
 | 
| PFID_AddModuleToLayout  | Function ID for awe_fwAddModuleToLayout().  
 | 
| PFID_SetValueCall  | Function ID for awe_fwSetValue() awe_fwSetCall().  
 | 
| PFID_AllocateHeaps  | Allocate framework heaps.  
 | 
| PFID_DestroyHeaps  | Destroy framework heaps.  
 | 
| PFID_WritePumpRead  | Single message write-pump-read combo.  
 | 
| PFID_SetValueSetCall  | Function ID for awe_fwSetValue() followed by awe_fwSetCall.  
 | 
| PFID_SetValuesSetCall  | Function ID for awe_fwSetValues() followed by awe_fwSetCall.  
 | 
| PFID_GetCallFetchValue  | Function ID for awe_GetCall() followed by awe_fwFetchValue().  
 | 
| PFID_GetCallFetchValues  | Function ID for awe_GetCall() followed by awe_fwFetchValues().  
 | 
| PFID_SetPointer  | Function ID for awe_fwSetPointer().  
 | 
| PFID_CreateLookupTable  | Function ID for awe_fwcreateLookupTable().  
 | 
| PFID_DerefPointer  | Function ID for awe_fwDerefPointer().  
 | 
| PFID_GetWireType  | Function ID for awe_fwGetWireType().  
 | 
| PFID_SetInstanceID  | Function ID for awe_fwSetInstanceID().  
 | 
| PFID_Get_Flash_Erase_Time  | Function ID for awe_fwGetFlashEraseTime().  
 | 
| PFID_DestroyAll  | Function ID for awe_fwDestroyAll().  
 | 
| PFID_GetFirstCore  | Function ID for report first core.  
 | 
| PFID_GetNextCore  | Function ID for report next core.  
 | 
| PFID_GetCores  | Function ID for GetCores().  
 | 
| PFID_FetchValues_float  | Function ID for awe_fwFetchValue() as float.  
 | 
| PFID_GetCallFetchValues_float  | Function ID for awe_GetCall() as float followed by awe_fwFetchValue().  
 | 
| PFID_SetValues_float  | Function ID for awe_fwSetValue() as float.  
 | 
| PFID_SetValuesSetCall_float  | Function ID for awe_fwSetValues() as float followed by awe_fwSetCall.  
 | 
| PFID_FetchValue_float  | Function ID for awe_fwFetchValue() as float.  
 | 
| PFID_GetCallFetchValue_float  | Function ID for awe_GetCall() as float followed by awe_fwFetchValue().  
 | 
| PFID_SetValue_float  | Function ID for awe_fwSetValue() as float.  
 | 
| PFID_SetValueSetCall_float  | Function ID for awe_fwSetValue() followed by awe_fwSetCall.  
 | 
| PFID_SetValuesPartial  | Function ID for awe_fwSetValue().  
 | 
| PFID_SetValuesPartial_float  | Function ID for awe_fwSetValue() as float.  
 | 
| PFID_SetCores  | Function ID for GetCores().  
 | 
| PFID_CheckMemory  | Special for target integrity bchecks.  
 | 
| PFID_StartAudio2  | Start audio without callback.  
 | 
| PFID_StopAudio2  | Stop audio without callback.  
 | 
| PFID_GetValueHandle  | Get value(s) by handle.  
 | 
| PFID_SetValueHandle  | Set value(s) by handle.  
 | 
| PFID_GetStatusHandle  | Get module status by handle.  
 | 
| PFID_SetStatusHandle  | Set module status by handle.  
 | 
| PFID_GetValueHandleMask  | Get value(s) by handle and mask.  
 | 
| PFID_SetValueHandleMask  | Set value(s) by handle and mask.  
 | 
| PFID_GetExtendedInfo  | Get extended target info.  
 | 
| PFID_GetCores2  | Function ID for GetCores().  
 | 
| PFID_CreateWireBufferPool  | Function ID for awe_fwCreateWireBufferPool().  
 | 
| PFID_CreateWireInBufferPool  | Function ID for awe_fwCreateWireInBufferPool().  
 | 
| PFID_GetSharedHeapSize  | Get the shared heap size.  
 | 
| PFID_GetLayoutCoreAffinity  | Function ID for awe_fwGetLayoutCoreAffinity.  
 | 
| PFID_GetProfileValuesPreCalc  | Function ID for awe_fwGetProfileValuesPreCalc().  
 | 
| PFID_GetAllProfiling  | Function ID for awe_fwGetAllProfiling().  
 | 
| PFID_GetAllMatchingModules  | Retrieves all modules of a classID from the running layout.  
 |