Friday, December 17, 2004

Another C++ to VB conversion, a Buffer?

// Pointer to tranfser buffer
unsigned char* theBuffer = NULL;

In .Net (Visual Basic) how do I do that?

No comments: