SK_FLAGS_PERMISSIONS_NEVER_AUTO_SET Constant

If specified when calling a function that tries to read or write a license or alias file or Registry key, the SK_PermissionsGrantControlToWorld is not called to automatically try to set permissions.

Remarks

Functions which support this flag include:

Syntax

C/C++
#define SK_FLAGS_PERMISSIONS_NEVER_AUTO_SET (0x00400000)
Visual Basic
Const SK_FLAGS_PERMISSIONS_NEVER_AUTO_SET As Long = 4194304