[REBOL] Re: specifying struct! in routine!
From: anton:lexicon at: 13-Aug-2002 2:36
Well, good old google. I found an example.
I now do it like this:
NETRESOURCE: [
dwScope [integer!]
... etc.
]
make routine! compose/only/deep [
lpNetResource [struct! (NETRESOURCE)]
] mpr "WNetUseConnectionA"
As NETRESOURCE is just a block now, I have to
make struct! NETRESOURCE [...] instead. No problem.
Note, the /only refinement of 'compose is only
available in the betas after the last official
release of rebol, which is;
REBOL/View 1.2.1.3.1 21-Jun-2001
Anton.