Searched defs:CM_LOADPROGRAM_PARAM (Results 1 – 2 of 2) sorted by relevance
154 struct CM_LOADPROGRAM_PARAM struct156 void *cisaCode; // [in] pointer to the CISA code buffer157 uint32_t cisaCodeSize; // [in] size of CISA code158 char *options; // [in] additonal options for LoadProgram159 void *cmProgramHandle; // [out] pointer to CmProgram object used by CMRT@UMD160 uint32_t indexInArray; // [out] index in m_ProgramArray of CMRT@UMD161 int32_t returnValue; // [out] the return value from CMRT@UMD
70 }CM_LOADPROGRAM_PARAM, *PCM_LOADPROGRAM_PARAM; typedef