So there's this c++ struct that has a *void variable that I want to get the data from and I'm not sure how to do it. Here's the struct def (FYI its from the CoreAudio framework):
Thanks in advance!Code:struct AudioBuffer { UInt32 mNumberChannels; UInt32 mDataByteSize; void* mData; }; typedef struct AudioBuffer AudioBuffer;
GW



LinkBack URL
About LinkBacks


