http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmisdk/wmi/setsecuritydescriptor_method_in_class_win32_logicalfilesecuritysetting.asp staest that in Quote:
uint32 GetSecurityDescriptor(
Win32_SecurityDescriptor Descriptor
);
Descriptor is actually Quote:
Descriptor
[out] Expression that resolves to an instance of Win32_SecurityDescriptor
which mean that the return parameter is actually in wmiSecurityDescriptor, thus this should be a variable and I am not sure whether Kixtart even supports this way of returning parametrs, which seems to be ByVal instead of ByRef. So, might not be doable.
_________________________
There are two types of vessels, submarines and targets.