Newbie: Is it possible to return a structure defined in sdk to script
- From: hikaru@xxxxxxxxxx
- Date: 26 Aug 2005 15:30:32 -0700
Hi,
I'm new to writing my COM object so any help is greatly appreciated.
I would like to return a structure predefined in sdk library to a
vbscript. is this even possible? or must i wrap this with my own class?
the structure i'm trying to return is defined as follow:
typedef struct _MIB_TCPSTATS {
DWORD dwRtoAlgorithm;
DWORD dwRtoMin;
DWORD dwRtoMax;
DWORD dwMaxConn;
DWORD dwActiveOpens;
DWORD dwPassiveOpens;
DWORD dwAttemptFails;
DWORD dwEstabResets;
DWORD dwCurrEstab;
DWORD dwInSegs;
DWORD dwOutSegs;
DWORD dwRetransSegs;
DWORD dwInErrs;
DWORD dwOutRsts;
DWORD dwNumConns;
} MIB_TCPSTATS, *PMIB_TCPSTATS;
thanks.
.
- Follow-Ups:
- RE: Newbie: Is it possible to return a structure defined in sdk to scr
- From: Lim Bio Liong
- Re: Newbie: Is it possible to return a structure defined in sdk to script
- From: Igor Tandetnik
- RE: Newbie: Is it possible to return a structure defined in sdk to scr
- Prev by Date: Re: How to persist collections?
- Next by Date: Re: Newbie: Is it possible to return a structure defined in sdk to script
- Previous by thread: How to persist collections?
- Next by thread: Re: Newbie: Is it possible to return a structure defined in sdk to script
- Index(es):
Relevant Pages
|