G
Guest
Hi!
I wonder, how the declaration of the following c-function must look like in
VB.NET
STATUS LNPUBLIC ConvertTextToTIMEDATE(
const void far *IntlFormat,
const TFMT far *TextFormat,
char far * far *Text,
WORD MaxLength,
TIMEDATE far *retTIMEDATE);
Especially the pointer to pointer of Text is causing me headache.
The Second Question is, how to declare a struct with string-members like:
typedef struct {
....
char TodayString[YTSTRMAX]; /* String denoting current day */
....
} INTLFORMAT
Regards,
Markward
I wonder, how the declaration of the following c-function must look like in
VB.NET
STATUS LNPUBLIC ConvertTextToTIMEDATE(
const void far *IntlFormat,
const TFMT far *TextFormat,
char far * far *Text,
WORD MaxLength,
TIMEDATE far *retTIMEDATE);
Especially the pointer to pointer of Text is causing me headache.
The Second Question is, how to declare a struct with string-members like:
typedef struct {
....
char TodayString[YTSTRMAX]; /* String denoting current day */
....
} INTLFORMAT
Regards,
Markward