Lines Matching refs:attrs
45 LSA_OBJECT_ATTRIBUTES attrs;
83 // attrs are reserved, so initialize to zeroes.
85 ZeroMemory( &attrs, sizeof( attrs ) );
89 res = LsaOpenPolicy( NULL, &attrs, POLICY_GET_PRIVATE_INFORMATION, &handle );
165 LSA_OBJECT_ATTRIBUTES attrs;
213 // attrs are reserved, so initialize to zeroes.
215 ZeroMemory( &attrs, sizeof( attrs ) );
219 res = LsaOpenPolicy( NULL, &attrs, POLICY_ALL_ACCESS, &handle );