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
