w32engin - LUID_AND_ATTRIBUTES structure
Hello
For Bernard W. Ryan:
In w32engin 6.40 seems to be a small bug.
The predefined structure LUID_AND_ATTRIBUTES uses the invalid "C"-type
LUID.
It's defined as
{null_,"LUID_AND_ATTRIBUTES",
"pLuid:LUID:1 "&
"Attributes:long:1 "},
but I guess it should be
{null_,"LUID_AND_ATTRIBUTES",
"pLuid:long:1 "&
"Attributes:long:1 "},
Here is a small example code which causes an error:
-- begin code --
include w32engin.ew
atom s
s=struc("LUID_AND_ATTRIBUTES")
-- end code --
Cheers
Markus Schaller
|
Not Categorized, Please Help
|
|