Function TreeSetNamedSecurityInfoW

Source
pub unsafe extern "system" fn TreeSetNamedSecurityInfoW(
    pObjectName: LPWSTR,
    ObjectType: SE_OBJECT_TYPE,
    SecurityInfo: SECURITY_INFORMATION,
    pOwner: PSID,
    pGroup: PSID,
    pDacl: PACL,
    pSacl: PACL,
    dwAction: DWORD,
    fnProgress: FN_PROGRESS,
    ProgressInvokeSetting: PROG_INVOKE_SETTING,
    Args: PVOID,
) -> DWORD