WINAPI CALL

  • Thread starter Thread starter Qindong Zhang
  • Start date Start date
Q

Qindong Zhang

I have a API function which declared in VC++ like this:

DLLimport BOOL WINAPI bl_HERA16_SetPlayBuffer(int iChannel,BYTE
**bpBuffer);

How could I declare and call this function in VB.NET. I have problem
on the second parameter.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top