Search results for query: *

  • Users: mavromatis
  • Content: Threads
  • Order by date
  1. mavromatis

    Getting Pointer Of Byte.

    I'm trying to figure out how to get the Pointer to a byte in a structure. In VC.NET it's: memcpy(&Msg.MessageType, CopyData->lpData, DataSize); In VB.NET it's: WINAPI.CopyMemory(<< ?? GET POINTER TO ?? >> Msg.MessageType, data.lpData, Msg.MessageLength) I want to get the pointer of...
  2. mavromatis

    VB.NET Structures and Union Help.

    I have a chunk of VC.NET code (below) that I need to convert to VB.NET syntax. Could someone help me get started? I'm new to structures and unions and I don't understand how to nest them in VB.NET. Ideally, I'd like to see an example using the code I have below, so I it can start me off or is...
Back
Top