|
-
Jul 14th, 2006, 08:54 PM
#1
Thread Starter
Addicted Member
[RESOLVED] "as any" problem
I'm new to .net and just upgraded a vb6 project. I'm fixing upgrade problems but ran into an issue I can't figure out. I know that "as any" isn't allowed any more. But I have a function declaration that passes a structure and I can't figure out how to declare it for .net. Here's the function. LicInfo is a structure. Any ideas?
Public Declare Function GMW_GetLicenseInfo Lib "gm7s32.dll" (ByRef LicInfo As Any) As Integer
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
|