Expand Minimize
This topic has not yet been rated - Rate this topic

DelegateGetRegKeyAccessMask Delegate

SQL Server 2012

Gets the registry subtree to read from the access mask to use in calls to registry key.

Namespace:  Microsoft.SqlServer
Assembly:  Microsoft.SqlServer.Instapi (in Microsoft.SqlServer.Instapi.dll)
public delegate bool DelegateGetRegKeyAccessMask(
	string sRegPath,
	uint dwDesiredAccess,
	out uint dwAccessMask
)

Parameters

sRegPath
Type: System.String
dwDesiredAccess
Type: System.UInt32
dwAccessMask
Type: System.UInt32

Return Value

Type: System.Boolean
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.