|
-
Feb 1st, 2002, 03:03 PM
#1
Thread Starter
Member
Translate C structure to VB
Hello,
Anyone have any ideas about how they would translate the following structure to VB? The sub-structure is throwing me off...
???
//-------------
typedef struct _API_PROFILE
{
DWORD dwTray;
DWORD dwID;
struct
{
char szCode[13]
} Field[7];
DWORD dwLeftT;
} API_PROFILE, FAR * LD_API_PROFILE;
//------------
Thanks, Dale.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|