Lines Matching defs:dce

1405 def hLsarOpenPolicy2(dce, desiredAccess = MAXIMUM_ALLOWED):  argument
1415 def hLsarOpenPolicy(dce, desiredAccess = MAXIMUM_ALLOWED): argument
1425 def hLsarQueryInformationPolicy2(dce, policyHandle, informationClass): argument
1431 def hLsarQueryInformationPolicy(dce, policyHandle, informationClass): argument
1437 def hLsarQueryDomainInformationPolicy(dce, policyHandle, informationClass): argument
1443 def hLsarEnumerateAccounts(dce, policyHandle, preferedMaximumLength=0xffffffff): argument
1449 def hLsarEnumerateAccountsWithUserRight(dce, policyHandle, UserRight): argument
1455 def hLsarEnumerateTrustedDomainsEx(dce, policyHandle, enumerationContext=0, preferedMaximumLength=0… argument
1462 def hLsarEnumerateTrustedDomains(dce, policyHandle, enumerationContext=0, preferedMaximumLength=0xf… argument
1469 def hLsarOpenAccount(dce, policyHandle, accountSid, desiredAccess=MAXIMUM_ALLOWED): argument
1476 def hLsarClose(dce, objectHandle): argument
1481 def hLsarCreateAccount(dce, policyHandle, accountSid, desiredAccess=MAXIMUM_ALLOWED): argument
1488 def hLsarDeleteObject(dce, objectHandle): argument
1493 def hLsarEnumeratePrivilegesAccount(dce, accountHandle): argument
1498 def hLsarGetSystemAccessAccount(dce, accountHandle): argument
1503 def hLsarSetSystemAccessAccount(dce, accountHandle, systemAccess): argument
1509 def hLsarAddPrivilegesToAccount(dce, accountHandle, privileges): argument
1519 def hLsarRemovePrivilegesFromAccount(dce, accountHandle, privileges, allPrivileges = False): argument
1533 def hLsarEnumerateAccountRights(dce, policyHandle, accountSid): argument
1539 def hLsarAddAccountRights(dce, policyHandle, accountSid, userRights): argument
1551 def hLsarRemoveAccountRights(dce, policyHandle, accountSid, userRights): argument
1563 def hLsarCreateSecret(dce, policyHandle, secretName, desiredAccess=MAXIMUM_ALLOWED): argument
1570 def hLsarOpenSecret(dce, policyHandle, secretName, desiredAccess=MAXIMUM_ALLOWED): argument
1577 def hLsarSetSecret(dce, secretHandle, encryptedCurrentValue, encryptedOldValue): argument
1590 def hLsarQuerySecret(dce, secretHandle): argument
1598 def hLsarRetrievePrivateData(dce, policyHandle, keyName): argument
1605 def hLsarStorePrivateData(dce, policyHandle, keyName, encryptedData): argument
1617 def hLsarEnumeratePrivileges(dce, policyHandle, enumerationContext = 0, preferedMaximumLength = 0xf… argument
1624 def hLsarLookupPrivilegeValue(dce, policyHandle, name): argument
1630 def hLsarLookupPrivilegeName(dce, policyHandle, luid): argument
1636 def hLsarQuerySecurityObject(dce, policyHandle, securityInformation = OWNER_SECURITY_INFORMATION): argument
1643 def hLsarSetSecurityObject(dce, policyHandle, securityInformation, securityDescriptor): argument
1651 def hLsarSetInformationPolicy2(dce, policyHandle, informationClass, policyInformation): argument
1658 def hLsarSetInformationPolicy(dce, policyHandle, informationClass, policyInformation): argument