Re: SE_REGISTRY_WOW64_64KEY?
From: Rhett Gong [MSFT] (v-raygon_at_online.microsoft.com)
Date: 02/24/05
- Previous message: Rhett Gong [MSFT]: "RE: Scheduled tasks on remote machines"
- In reply to: Martijn Laan: "Re: SE_REGISTRY_WOW64_64KEY?"
- Next in thread: Martijn Laan: "Re: SE_REGISTRY_WOW64_64KEY?"
- Reply: Martijn Laan: "Re: SE_REGISTRY_WOW64_64KEY?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Thu, 24 Feb 2005 10:19:53 GMT
I add following code to your code snippet. The code is compiled under
32bitXP without any 64bit settings. I then copy the binary to a 64bitXP,
after running it I do not get any output from the code ---- this means
SetNamedSecurityInfo is correctly peformed. I aslo check permission from
the regedit. it does clear out the permission box.
//---------------------------------------------
if( result2 != ERROR_SUCCESS)
{
if( result2 == ERROR_FILE_NOT_FOUND)
cout<< "ERROR_FILE_NOT_FOUND\n";
else
cout<<"other errors.\n";
}
//------------------------------------------
My XP is running on a AMD64 platform.
Thanks,
Rhett Gong [MSFT]
Microsoft Online Partner Support
Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties and confers no rights.
- Previous message: Rhett Gong [MSFT]: "RE: Scheduled tasks on remote machines"
- In reply to: Martijn Laan: "Re: SE_REGISTRY_WOW64_64KEY?"
- Next in thread: Martijn Laan: "Re: SE_REGISTRY_WOW64_64KEY?"
- Reply: Martijn Laan: "Re: SE_REGISTRY_WOW64_64KEY?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|