Lines Matching refs:psia
515 PSID_IDENTIFIER_AUTHORITY psia; in RegisterAdditionalFunctions() local
523 psia=GetSidIdentifierAuthority(pSid); in RegisterAdditionalFunctions()
535 if ((psia->Value[0] != 0) || (psia->Value[1] != 0)) in RegisterAdditionalFunctions()
539 (USHORT)psia->Value[0], in RegisterAdditionalFunctions()
540 (USHORT)psia->Value[1], in RegisterAdditionalFunctions()
541 (USHORT)psia->Value[2], in RegisterAdditionalFunctions()
542 (USHORT)psia->Value[3], in RegisterAdditionalFunctions()
543 (USHORT)psia->Value[4], in RegisterAdditionalFunctions()
544 (USHORT)psia->Value[5]); in RegisterAdditionalFunctions()
550 (ULONG)(psia->Value[5] ) + in RegisterAdditionalFunctions()
551 (ULONG)(psia->Value[4] << 8) + in RegisterAdditionalFunctions()
552 (ULONG)(psia->Value[3] << 16) + in RegisterAdditionalFunctions()
553 (ULONG)(psia->Value[2] << 24) ); in RegisterAdditionalFunctions()