|

Rights


(number) The access rights to check. Choose from:



CONSTANT


VALUE DESCRIPTION


ACCESS_READ


131097


The Registry key contents can be read.


ACCESS_WRITE


131078


The Registry key can be written to.


ACCESS_ENUMERATE


8


The Registry key contents can be enumerated.


ACCESS_ALL


98103


The key has full access rights. (Default)


Re t u r n s


(boolean) True if the key has the specified access rights and false if it doesn't or an error occurs. You can use Application.GetLastError to determine whether this action failed, and why.


|