>Which Richter book are you talking about? > Applied Microsoft .Net Framework Programming (around p. 52)
And also: >In order to find an implementation such as InitializeArray, take a look >in ecall.cpp. You will find, for example, an entry that maps >InitializeArray to COMArrayInfo::InitializeArray, which exists in the vm >directory in COMArrayInfo.cpp. >The function is declared as: >FCIMPL2(void, COMArrayInfo::InitializeArray, ArrayBase* pArrayRef, >HANDLE handle) >which translates to: >void InitializeArray(ArrayBase *pArrayRef, HANDLE handle) Thanks that was exactly what I was looking for. -daniel
