|
You should
check the return value from the UserSetMiscAttributes, and if false you should
print the error message using:
print Win32::FormatMessage (
Win32::GetLastError() );
Gary
|
|
You should
check the return value from the UserSetMiscAttributes, and if false you should
print the error message using:
print Win32::FormatMessage (
Win32::GetLastError() );
Gary
|