I have two questions:
1)I need to convert this two struct declaration (in C lenguage) to a "User defined" ( Type Statement) in Visual Basic 6.0
typedef struct{
DWORD size;
BOOL stat1;
char lpszName[15];
DWORD stat2;
}MYST1,*LPMYST1;
typedef struct {
INT num1;
SYSTEMTIME...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.