|
-
Feb 18th, 2004, 09:19 AM
#1
Thread Starter
New Member
IDL Import
Hi,
I have an IDL file with this structure inside:
typedef union abc
{
int Rogerio;
LPWSTR valString;
} _ABC;
When I generate the type library and make a reference in a vb.net project I cannot see the union members. But if I don't use the LPWSTR valString item, it appears with no problem.
So my question is: why using LPWSTR in unions make the whole union members not accessible?
Thanks!
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
|